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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Common.h

    r4c202e0 r8f85180  
    1313
    1414void set_nonblock(int sock);
     15unsigned long long getCurrentMillis();
    1516
    1617typedef struct
     
    1819   int x;
    1920   int y;
    20 } PLAYER_POS;
     21} POSITION;
     22
     23typedef struct
     24{
     25   float x;
     26   float y;
     27} FLOAT_POSITION;
    2128
    2229#endif
Note: See TracChangeset for help on using the changeset viewer.