Refactored some code from InWorld into methods in CharacterData

This commit is contained in:
Kayne Ruse
2014-05-28 21:07:11 +10:00
parent 519b8a1e36
commit 6428b02d85
6 changed files with 96 additions and 17 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#config
INCLUDES+=.
INCLUDES+=. ../utilities ../graphics
LIBS+=
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES)) -DGRAPHICS
#source
CXXSRC=$(wildcard *.cpp)