Changeset a1a3bd5 in network-game for common/Player.h
- Timestamp:
- Apr 23, 2013, 1:31:54 AM (12 years ago)
- Branches:
- master
- Children:
- 227baaa
- Parents:
- 054b50b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/Player.h
r054b50b ra1a3bd5 14 14 15 15 #include "Common.h" 16 #include "WorldMap.h" 16 17 17 18 using namespace std; … … 32 33 void setAddr(sockaddr_in addr); 33 34 34 void move();35 bool move(WorldMap map); 35 36 36 37 int id;
Note:
See TracChangeset
for help on using the changeset viewer.