1
This commit is contained in:
parent
1da90c7fdc
commit
6524322d0a
1
server/bin/robotserver/test_config
Symbolic link
1
server/bin/robotserver/test_config
Symbolic link
@ -0,0 +1 @@
|
||||
../gameserver/test_config
|
@ -7,6 +7,7 @@
|
||||
#include <f8/timer.h>
|
||||
|
||||
#include "app.h"
|
||||
#include "jsondatamgr.h"
|
||||
#include "handlermgr.h"
|
||||
#include "player.h"
|
||||
#include "playermgr.h"
|
||||
@ -30,6 +31,7 @@ void App::Init()
|
||||
f8::BtMgr::Instance()->SetLogging(true);
|
||||
#endif
|
||||
mt::MetaMgr::Instance()->Init();
|
||||
JsonDataMgr::Instance()->Init();
|
||||
IoMgr::Instance()->Init();
|
||||
HttpProxy::Instance()->Init();
|
||||
PlayerMgr::Instance()->Init();
|
||||
@ -41,6 +43,7 @@ void App::UnInit()
|
||||
GGListener::Instance()->UnInit();
|
||||
PlayerMgr::Instance()->UnInit();
|
||||
HttpProxy::Instance()->UnInit();
|
||||
JsonDataMgr::Instance()->UnInit();
|
||||
f8::BtMgr::Instance()->UnInit();
|
||||
IoMgr::Instance()->UnInit();
|
||||
Perf::Instance()->UnInit();
|
||||
|
Loading…
x
Reference in New Issue
Block a user