CoreServerDataDef.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:0k
- #ifndef CORESERVERDATADEF_H
- #define CORESERVERDATADEF_H
- #ifndef _STANDALONE
- #include "../../lib/s3dbinterface.h"
- #else
- #include "S3DBInterface.h"
- #endif
- #include "CoreUseNameDef.h"
- class KMutex;
- struct KCoreConnectInfo
- {
- int nNumPlayer;
- };
- typedef struct
- {
- char szAccount[32];
- int nRoleCount;
- S3DBI_RoleBaseInfo PlayerBaseInfo[MAX_PLAYER_IN_ACCOUNT];
- int nStep;
- unsigned int nParam;
- DWORD dwKey;
- } LoginData;
- #include "KPlayerDef.h"
- #endif