Implement a basic scene class

This commit is contained in:
2015-09-30 17:55:40 +03:00
parent bb07d62bc4
commit efcf9cfffe
5 changed files with 79 additions and 49 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ CC=clang++
all: build run
build:
$(CC) -lSDL2 main.cpp -o breakout
$(CC) -lSDL2 src/scene.cpp src/breakout.cpp -o breakout
run:
./breakout