Add initial world server CLI handler interface

This commit is contained in:
Akkadius
2019-12-23 00:38:50 -06:00
parent c87b4f2ad4
commit 81acd797b4
3 changed files with 141 additions and 0 deletions
+2
View File
@@ -22,6 +22,7 @@ SET(world_sources
wguild_mgr.cpp
world_config.cpp
world_console_connection.cpp
world_server_command_handler.cpp
worlddb.cpp
zonelist.cpp
zoneserver.cpp
@@ -51,6 +52,7 @@ SET(world_headers
world_config.h
world_console_connection.h
world_tcp_connection.h
world_server_command_handler.h
worlddb.h
zonelist.h
zoneserver.h