Changes in common/Common.h [62ee2ce:60017fc] in network-game


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Common.h

    r62ee2ce r60017fc  
    2020} POSITION;
    2121
     22typedef struct
     23{
     24   float x;
     25   float y;
     26} FLOAT_POSITION;
     27
    2228#endif
Note: See TracChangeset for help on using the changeset viewer.