Changeset 60017fc in network-game for common/Common.h


Ignore:
Timestamp:
Feb 18, 2013, 6:58:40 PM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
093c141
Parents:
62ee2ce
Message:

Added code for player movement

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.