Added rudimentary menu buttons, not yet connected to anything... it feels a bit hackish, to be honest, but I don't think we'll ever have too many to worry about, and if so, we can think about refactoring then

This commit is contained in:
2011-07-02 17:34:11 -04:00
parent c1ea399448
commit d04cde49c8
5 changed files with 144 additions and 2 deletions

View File

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