Changeset ca44f82 in network-game for common/Common.h


Ignore:
Timestamp:
Feb 24, 2013, 1:28:32 AM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
7b43385
Parents:
3a79253 (diff), 8f85180 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Updated files to correctly compile on Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Common.h

    r3a79253 rca44f82  
    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.