Changeset ff2133a in network-game for common/Player.h
- Timestamp:
- Jun 11, 2013, 1:24:09 AM (12 years ago)
- Branches:
- master
- Children:
- 5b1e31e
- Parents:
- 11d21ee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/Player.h
r11d21ee rff2133a 12 12 13 13 #include <string> 14 #include <map> 14 15 15 16 #include "Common.h" … … 46 47 void deserialize(char* buffer); 47 48 49 void updateTarget(map<unsigned int, Player>& mapPlayers); 48 50 bool move(WorldMap *map); 49 51 50 void takeFlag(int flag, WorldMap *map);51 void dropFlag(int flag, WorldMap *map);52 void takeFlag(int flag, WorldMap* map); 53 void dropFlag(int flag, WorldMap* map); 52 54 53 55 int id;
Note:
See TracChangeset
for help on using the changeset viewer.