Refactored Vertex and GameVertex classes into their own files, put some functions in GameVertex that made sense there

This commit is contained in:
2011-07-03 16:37:07 -04:00
parent 8ad4ec0672
commit f90c60b6ac
10 changed files with 192 additions and 169 deletions

View File

@ -7,7 +7,7 @@ LDFLAGS=`sdl-config --libs` -lSDL_ttf
OBJECTS=\
main.o \
drawutils.o mathutils.o timer.o itos.o \
graph.o gamedata.o player.o \
graph.o gamedata.o player.o vertex.o gamevertex.o \
menubutton.o \
mainevent.o gamestate.o game.o titlescreen.o