Changeset edfd1d0 in network-game for common/Player.h
- Timestamp:
- Dec 25, 2012, 6:27:14 PM (12 years ago)
- Branches:
- master
- Children:
- 4c202e0
- Parents:
- baaf6c8
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
common/Player.h
rbaaf6c8 redfd1d0 4 4 #include <netinet/in.h> 5 5 #include <string> 6 7 #include "Common.h" 6 8 7 9 using namespace std; … … 14 16 15 17 void setAddr(sockaddr_in addr); 18 void clearSensitiveInfo(); 16 19 17 20 string name; 18 21 string password; 19 22 sockaddr_in addr; 23 PLAYER_POS pos; 20 24 }; 21 25
Note:
See TracChangeset
for help on using the changeset viewer.