Implemented font framework, print info about each vertex

This commit is contained in:
2011-07-01 13:15:30 -04:00
parent 36414a6996
commit 938e75716c
7 changed files with 79 additions and 5 deletions

View File

@ -3,10 +3,10 @@
PROJECT=treewars
CXX=g++
CXXFLAGS=-DDEBUG -g `sdl-config --cflags`
LDFLAGS=`sdl-config --libs`
LDFLAGS=`sdl-config --libs` -lSDL_ttf
OBJECTS=\
main.o \
drawutils.o mathutils.o timer.o \
drawutils.o mathutils.o timer.o itos.o \
graph.o gamedata.o \
mainevent.o gamestate.o game.o titlescreen.o