Refactored all the rendering code into its own class

This commit is contained in:
2011-06-24 09:40:13 -04:00
parent 5ed05fc829
commit 837b3466a5
4 changed files with 15 additions and 80 deletions

View File

@ -4,7 +4,7 @@ PROJECT=graphgame
CXX=g++
CXXFLAGS=-DDEBUG -g
LDFLAGS=-lSDL
OBJECTS=drawutils.o gamecore.o graph.o main.o mainevent.o mathutils.o gamedata.o
OBJECTS=drawutils.o gamecore.o graph.o main.o mainevent.o mathutils.o gamedata.o sdlrenderer.o
all: $(PROJECT)