Changeset 60017fc in network-game for common/Common.h
- Timestamp:
- Feb 18, 2013, 6:58:40 PM (12 years ago)
- Branches:
- master
- Children:
- 093c141
- Parents:
- 62ee2ce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/Common.h
r62ee2ce r60017fc 20 20 } POSITION; 21 21 22 typedef struct 23 { 24 float x; 25 float y; 26 } FLOAT_POSITION; 27 22 28 #endif
Note:
See TracChangeset
for help on using the changeset viewer.