Changeset e5697b1 in network-game for client/Client/GameRender.h
- Timestamp:
- Jan 19, 2014, 8:02:22 PM (11 years ago)
- Branches:
- master
- Children:
- 1f6233e
- Parents:
- d05c484
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/GameRender.h
rd05c484 re5697b1 18 18 19 19 #include "../../common/Player.h" 20 #include "../../common/Projectile.h" 20 21 #include "../../common/WorldMap.h" 21 22 … … 25 26 static void drawMap(WorldMap* gameMap); 26 27 static void drawPlayers(map<unsigned int, Player*>& mapPlayers, ALLEGRO_FONT* font, unsigned int curPlayerId); 28 static void drawProjectiles(map<unsigned int, Projectile>& mapProjectiles, map<unsigned int, Player*>& mapPLayers); 27 29 }; 28 30
Note:
See TracChangeset
for help on using the changeset viewer.