Huge refactor with the basic goal of reducing complexity in the Game class. Broke a couple of small things in the process - still working on fixing them back up

This commit is contained in:
2011-07-06 14:24:37 -04:00
parent 12bbcb7f23
commit 42e2e43ead
5 changed files with 169 additions and 60 deletions

View File

@ -8,7 +8,7 @@ OBJECTS=\
main.o \
drawutils.o mathutils.o timer.o itos.o \
graph.o gamedata.o player.o vertex.o gamevertex.o \
menubutton.o \
entity.o menubutton.o \
mainevent.o gamestate.o game.o titlescreen.o
all: $(PROJECT)