network.h
上传用户:sycq158
上传日期:2008-10-22
资源大小:15361k
文件大小:1k
源码类别:

游戏

开发平台:

Visual C++

  1. #ifndef _ASIDER_TANK_ALPHA3_NETWORK_H_
  2. #define _ASIDER_TANK_ALPHA3_NETWORK_H_
  3. // preparation
  4. #define NETMSGTK_ANSWERSEATINFO 0x4850
  5. #define NETMSGTK_ASKSEATINFO 0x4050
  6. #define NETMSGTK_ASKGROUPINFO 0x4004
  7. #define NETMSGTK_ANSWERGROUPINFO 0x4804
  8. #define NETMSGTK_WAITMOREPLAYER 0x4451
  9. #define NETMSGTK_MOREPLAYER 0x4454
  10. #define NETMSGTK_GAMEREADY 0x4808
  11. #define NETMSGTK_PLAYERREADY 0x4008
  12. #define NETMSGTK_GAMESTART 0x4807
  13. #define NETMSGTK_GAMEEND 0x4007
  14. #define NETMSGTK_TEAMVICTORY 0x4458
  15. // command
  16. #define NETMSGTK_CMDINFO 0x4409
  17. #define NETMSGTK_CMDTIMEOUT 0x440A
  18. #define NETMSGTK_CMDFOODCREATE 0x4410
  19. #define NETMSGTK_CMDFOODDELETE 0x4411
  20. // exception
  21. #define NETMSGTK_PLAYERERROR 0x4452
  22. #define NETMSGTK_SERVERERROR 0x4453
  23. #define NETMSGTK_PLAYERQUIT 0x400B
  24. #define NETMSGTK_QUITOK 0x480B
  25. #define NETMSGTK_WAITTIMEOUT 0x4406
  26. #define NETMSGTK_SERVERSHUT 0x440D
  27. #endif // _ASIDER_TANK_ALPHA3_NETWORK_H_