Changes in common/Common.h [8f85180:4c202e0] in network-game


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Common.h

    r8f85180 r4c202e0  
    1313
    1414void set_nonblock(int sock);
    15 unsigned long long getCurrentMillis();
    1615
    1716typedef struct
     
    1918   int x;
    2019   int y;
    21 } POSITION;
    22 
    23 typedef struct
    24 {
    25    float x;
    26    float y;
    27 } FLOAT_POSITION;
     20} PLAYER_POS;
    2821
    2922#endif
Note: See TracChangeset for help on using the changeset viewer.