network.h
上传用户:sycq158
上传日期:2008-10-22
资源大小:15361k
文件大小:1k
- #ifndef _ASIDER_TANK_ALPHA3_NETWORK_H_
- #define _ASIDER_TANK_ALPHA3_NETWORK_H_
- // preparation
- #define NETMSGTK_ANSWERSEATINFO 0x4850
- #define NETMSGTK_ASKSEATINFO 0x4050
- #define NETMSGTK_ASKGROUPINFO 0x4004
- #define NETMSGTK_ANSWERGROUPINFO 0x4804
- #define NETMSGTK_WAITMOREPLAYER 0x4451
- #define NETMSGTK_MOREPLAYER 0x4454
- #define NETMSGTK_GAMEREADY 0x4808
- #define NETMSGTK_PLAYERREADY 0x4008
- #define NETMSGTK_GAMESTART 0x4807
- #define NETMSGTK_GAMEEND 0x4007
- #define NETMSGTK_TEAMVICTORY 0x4458
- // command
- #define NETMSGTK_CMDINFO 0x4409
- #define NETMSGTK_CMDTIMEOUT 0x440A
- #define NETMSGTK_CMDFOODCREATE 0x4410
- #define NETMSGTK_CMDFOODDELETE 0x4411
- // exception
- #define NETMSGTK_PLAYERERROR 0x4452
- #define NETMSGTK_SERVERERROR 0x4453
- #define NETMSGTK_PLAYERQUIT 0x400B
- #define NETMSGTK_QUITOK 0x480B
- #define NETMSGTK_WAITTIMEOUT 0x4406
- #define NETMSGTK_SERVERSHUT 0x440D
- #endif // _ASIDER_TANK_ALPHA3_NETWORK_H_