Split that huge global variable, gamestate, into its constituents.
commit4c6a87d6af094f55650094008e40d97f1d652dcf
authorJonathan Wheelhouse <jonathan.wheelhouse@gmail.com>
Mon, 23 Nov 2009 20:03:57 +0000 (24 07:03 +1100)
committerJonathan Wheelhouse <jonathan.wheelhouse@gmail.com>
Mon, 23 Nov 2009 20:03:57 +0000 (24 07:03 +1100)
tree940f820f17a7c070a48889d324519b045444d948
parent659c7fbd033bb0f165539101313c1d48a08123be
Split that huge global variable, gamestate, into its constituents.

Signed-off-by: Jonathan Wheelhouse <jonathan.wheelhouse@gmail.com>
aclocal.m4
configure
configure.ac
src/Makefile.am
src/main.c
src/sprite.c
src/surface.c [new file with mode: 0644]
src/surface.h [new file with mode: 0644]