Advertisement
Guest User

Untitled

a guest
Jun 1st, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.34 KB | None | 0 0
  1. /******************************************************/
  2. #define SERVER_STARTGAME3_ACK 0x1aff
  3. typedef struct
  4. {
  5.     t_bnet_header h;
  6.     bn_int        reply;
  7. } PACKED_ATTR() t_server_startgame3_ack;
  8. #define SERVER_STARTGAME3_ACK_NO 0x00000000
  9. #define SERVER_STARTGAME3_ACK_OK 0x00000001
  10. /******************************************************/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement