1
This commit is contained in:
parent
f9b6af926f
commit
ed450a6b4a
@ -1,6 +1,6 @@
|
|||||||
#include "precompile.h"
|
#include "precompile.h"
|
||||||
|
|
||||||
#include <google/protobf/message.h>
|
#include <google/protobuf/message.h>
|
||||||
#include <a8/websocketsession.h>
|
#include <a8/websocketsession.h>
|
||||||
#include <a8/tcplistener.h>
|
#include <a8/tcplistener.h>
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ enum PlayerState_e
|
|||||||
PS_WaitingMatch
|
PS_WaitingMatch
|
||||||
};
|
};
|
||||||
|
|
||||||
const char* const PROJ_NAME = "matchvs_masterserver";
|
const char* const PROJ_NAME = "game1008_wsproxy";
|
||||||
const char* const PROJ_ROOT = "/data/logs/%s";
|
const char* const PROJ_ROOT = "/data/logs/%s";
|
||||||
|
|
||||||
const int POSTFIX_LEN = 7;
|
const int POSTFIX_LEN = 7;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user