source:
network-game/common/message.h@
aee34b9
Last change on this file since aee34b9 was 7d7df47, checked in by , 12 years ago | |
---|---|
|
|
File size: 143 bytes |
Rev | Line | |
---|---|---|
[7d7df47] | 1 | #ifndef _MESAGE_H |
2 | #define _MESSAGE__H | |
3 | ||
4 | #define MSG_TYPE_SOMETHING 1000 | |
5 | ||
6 | typedef struct | |
7 | { | |
8 | short type; | |
9 | char buffer[256]; | |
10 | } NETWORK_MSG; | |
11 | ||
12 | #endif |
Note:
See TracBrowser
for help on using the repository browser.