Exception classes & required C++11 stuff from GCC(still needs to be fixed)

This commit is contained in:
KimLS
2013-02-17 11:27:43 -08:00
parent 07979ce2de
commit 7a2be102aa
4 changed files with 175 additions and 7 deletions
+2
View File
@@ -18,6 +18,7 @@ SET(common_sources
EmuTCPServer.cpp
EQDB.cpp
EQDBRes.cpp
eqemu_exception.cpp
EQEmuConfig.cpp
EQEMuError.cpp
EQPacket.cpp
@@ -112,6 +113,7 @@ SET(common_headers
eq_packet_structs.h
EQDB.h
EQDBRes.h
eqemu_exception.h
EQEmuConfig.h
EQEmuConfig_elements.h
EQEMuError.h