Moved TileSheet to common/graphics

Also deleted TileSheet's vestigial API.
This commit is contained in:
Kayne Ruse
2015-01-09 12:41:24 +11:00
parent 3322783d95
commit be67906218
7 changed files with 2 additions and 109 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#config
INCLUDES+=.
INCLUDES+=. ../map
LIBS+=
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))