Changes in common/Common.h [62ee2ce:60017fc] in network-game
- 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.