CoreServerDataDef.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:0k
源码类别:

模拟服务器

开发平台:

C/C++

  1. #ifndef CORESERVERDATADEF_H
  2. #define CORESERVERDATADEF_H
  3. #ifndef _STANDALONE 
  4. #include "../../lib/s3dbinterface.h"
  5. #else
  6. #include "S3DBInterface.h"
  7. #endif
  8. #include "CoreUseNameDef.h"
  9. class KMutex;
  10. struct KCoreConnectInfo
  11. {
  12. int nNumPlayer;
  13. };
  14. typedef struct
  15. {
  16. char szAccount[32];
  17. int nRoleCount;
  18. S3DBI_RoleBaseInfo PlayerBaseInfo[MAX_PLAYER_IN_ACCOUNT];
  19. int nStep;
  20. unsigned int nParam;
  21. DWORD dwKey;
  22. } LoginData;
  23. #include "KPlayerDef.h"
  24. #endif