增加ACE安全测试工程
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#include "stdafx.h"
|
||||
#include "GameServer.h"
|
||||
#include "AceInterface.h"
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
//init ace interface
|
||||
if (!AceInterface::initAceInterface())
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
GameServer::getSingleton()->startAndJoin(2025);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user