Changeset ca44f82 in network-game for common/Player.h
- Timestamp:
- Feb 24, 2013, 1:28:32 AM (12 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/Player.h
r3a79253 rca44f82 32 32 void setAddr(sockaddr_in addr); 33 33 34 void move(); 35 34 36 int id; 35 37 string name; 36 38 string password; 37 39 sockaddr_in addr; 38 PLAYER_POS pos; 40 FLOAT_POSITION pos; 41 POSITION target; 42 unsigned long long timeLastUpdated; 39 43 }; 40 44
Note:
See TracChangeset
for help on using the changeset viewer.