Changes in common/Player.h [62ee2ce:60017fc] in network-game
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/Player.h
r62ee2ce r60017fc 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 POSITION pos; 41 FLOAT_POSITION pos; 42 POSITION target; 43 timespec timeLastUpdated; 39 44 }; 40 45
Note:
See TracChangeset
for help on using the changeset viewer.