Reorganised structure by splitting code into several seperate files
authorAsh Tyndall <[email protected]>
Thu, 20 Oct 2011 03:06:23 +0000 (11:06 +0800)
committerAsh Tyndall <[email protected]>
Thu, 20 Oct 2011 03:06:23 +0000 (11:06 +0800)
commitd3465c5cd0e6e9b414e669e8c8aa464b03f2fd24
treefec75c208f10d5e032e0734d3412af57bc51a3e2
parentb24fabe7a11b7e6d6d53aff68ea37df448fb53d2
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
Makefile
globals.c [new file with mode: 0644]
globals.h [new file with mode: 0644]
helper.c [new file with mode: 0644]
helper.h [new file with mode: 0644]
scene.c
scene.h [new file with mode: 0644]
types.h [new file with mode: 0644]

UCC git Repository :: git.ucc.asn.au