Implemented font framework, print info about each vertex
This commit is contained in:
4
Makefile
4
Makefile
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user