Finished tedious encapsulation of the packet classes

This commit is contained in:
Kayne Ruse
2014-08-27 20:35:04 +10:00
parent b8bd5f9cea
commit ac799bc583
18 changed files with 205 additions and 318 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#config
INCLUDES+=. packet_types ../utilities ../gameplay ../map
INCLUDES+=. packet_types ../gameplay ../map ../utilities
LIBS+=
CXXFLAGS+=-std=c++11 $(addprefix -I,$(INCLUDES))