Changes in common/Player.h [8f85180:01d0d00] in network-game
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/Player.h
r8f85180 r01d0d00 12 12 13 13 #include <string> 14 #include <sys/time.h>15 14 16 15 #include "Common.h" … … 33 32 void setAddr(sockaddr_in addr); 34 33 35 void move();36 37 34 int id; 38 35 string name; 39 36 string password; 40 37 sockaddr_in addr; 41 FLOAT_POSITION pos; 42 POSITION target; 43 unsigned long long timeLastUpdated; 38 PLAYER_POS pos; 44 39 }; 45 40
Note:
See TracChangeset
for help on using the changeset viewer.