From: Ash Tyndall Date: Thu, 20 Oct 2011 03:06:23 +0000 (+0800) Subject: Reorganised structure by splitting code into several seperate files X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=d3465c5cd0e6e9b414e669e8c8aa464b03f2fd24;hp=d3465c5cd0e6e9b414e669e8c8aa464b03f2fd24 Reorganised structure by splitting code into several seperate files * globals.c/.h: Contains global variables used by the code * helper.c/.h: Contains independant helper functions used by the code * types.h: Contains typedef and enum declarations for the code * scene.c/.h: Contains event handling and state initialisation ---