source:
network-game/common/Common.h@
edfd1d0
Last change on this file since edfd1d0 was edfd1d0, checked in by , 12 years ago | |
---|---|
|
|
File size: 166 bytes |
Rev | Line | |
---|---|---|
[3b1efcc] | 1 | #ifndef _COMMON_H |
2 | #define _COMMON_H | |
3 | ||
[edfd1d0] | 4 | #include <fcntl.h> |
5 | #include <assert.h> | |
6 | ||
7 | void set_nonblock(int sock); | |
8 | ||
9 | typedef struct | |
[3b1efcc] | 10 | { |
[edfd1d0] | 11 | int x; |
12 | int y; | |
13 | } PLAYER_POS; | |
[3b1efcc] | 14 | |
15 | #endif |
Note:
See TracBrowser
for help on using the repository browser.