Changeset e6c26b8 in network-game for client/Client/GameRender.h
- Timestamp:
- Oct 1, 2013, 8:08:24 PM (12 years ago)
- Branches:
- master
- Children:
- 95ffe57
- Parents:
- 373089e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/GameRender.h
r373089e re6c26b8 24 24 public: 25 25 static void drawMap(WorldMap* gameMap); 26 static void drawPlayers(map<unsigned int, Player>& mapPlayers, ALLEGRO_FONT* font, unsigned int curPlayerId);27 26 static void drawPlayers(map<unsigned int, Player*>& mapPlayers, ALLEGRO_FONT* font, unsigned int curPlayerId); 28 27 };
Note:
See TracChangeset
for help on using the changeset viewer.