Folded sdlrenderer code into Game(), since we'll be doing rendering on a per-state basis
This commit is contained in:
2
Makefile
2
Makefile
@ -4,7 +4,7 @@ PROJECT=graphgame
|
||||
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 sdlrenderer.o
|
||||
OBJECTS=drawutils.o game.o graph.o main.o mainevent.o mathutils.o gamedata.o
|
||||
|
||||
all: $(PROJECT)
|
||||
|
||||
|
Reference in New Issue
Block a user