Changes in common/Common.h [8f85180:4c202e0] in network-game
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/Common.h
r8f85180 r4c202e0 13 13 14 14 void set_nonblock(int sock); 15 unsigned long long getCurrentMillis();16 15 17 16 typedef struct … … 19 18 int x; 20 19 int y; 21 } POSITION; 22 23 typedef struct 24 { 25 float x; 26 float y; 27 } FLOAT_POSITION; 20 } PLAYER_POS; 28 21 29 22 #endif
Note:
See TracChangeset
for help on using the changeset viewer.