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