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