Refactored a wee bit of code in the GameStack... stack, and started building the title screen code

This commit is contained in:
2011-06-28 21:38:18 -04:00
parent 9961d177fd
commit 6a4b1c4cf2
7 changed files with 76 additions and 14 deletions

View File

@ -4,7 +4,7 @@ PROJECT=treewars
CXX=g++
CXXFLAGS=-DDEBUG -g `sdl-config --cflags`
LDFLAGS=`sdl-config --libs`
OBJECTS=drawutils.o game.o graph.o main.o mainevent.o mathutils.o gamedata.o
OBJECTS=drawutils.o game.o graph.o main.o mainevent.o mathutils.o gamedata.o gamestate.o
all: $(PROJECT)