The submodules and common/ compiles

Please note that there are duplicate copies of vector2.hpp and
bounding_box.hpp
This commit is contained in:
2016-11-26 16:16:37 +11:00
parent baf9492026
commit 1826baa48d
6 changed files with 196 additions and 10 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#config
INCLUDES+=. packet_types ../gameplay ../map ../utilities
INCLUDES+=. packet_types ../global_defines ../utilities ../../TurtleMap
LIBS+=
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))
+1 -1
View File
@@ -1,5 +1,5 @@
#config
INCLUDES+=. .. ../../gameplay ../../map ../../utilities
INCLUDES+=. .. ../../global_defines ../../utilities ../../../TurtleMap
LIBS+=
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))