Changeset ca44f82 in network-game for common/Common.h
- Timestamp:
- Feb 24, 2013, 1:28:32 AM (12 years ago)
- Branches:
- master
- Children:
- 7b43385
- Parents:
- 3a79253 (diff), 8f85180 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/Common.h
r3a79253 rca44f82 13 13 14 14 void set_nonblock(int sock); 15 unsigned long long getCurrentMillis(); 15 16 16 17 typedef struct … … 18 19 int x; 19 20 int y; 20 } PLAYER_POS; 21 } POSITION; 22 23 typedef struct 24 { 25 float x; 26 float y; 27 } FLOAT_POSITION; 21 28 22 29 #endif
Note:
See TracChangeset
for help on using the changeset viewer.