Console initial implementation

This commit is contained in:
KimLS
2017-04-09 20:17:48 -07:00
parent 3acd845a79
commit 18d28ae8d3
18 changed files with 1302 additions and 413 deletions
+3
View File
@@ -20,6 +20,7 @@ SET(world_sources
web_interface_eqw.cpp
wguild_mgr.cpp
world_config.cpp
world_console_connection.cpp
worlddb.cpp
zonelist.cpp
zoneserver.cpp
@@ -47,6 +48,8 @@ SET(world_headers
web_interface_eqw.h
wguild_mgr.h
world_config.h
world_console_connection.h
world_tcp_connection.h
worlddb.h
zonelist.h
zoneserver.h