Changeset 0693e25 in network-game for common/Game.h
- Timestamp:
- Sep 28, 2013, 2:11:19 AM (12 years ago)
- Branches:
- master
- Children:
- 6319311
- Parents:
- 3ef8cf4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/Game.h
r3ef8cf4 r0693e25 13 13 #include <string> 14 14 #include <map> 15 16 #include <allegro5/allegro_font.h> 15 17 16 18 #include "Player.h" … … 46 48 void setBlueScore(int score); 47 49 void setRedScore(int score); 50 51 void drawPlayers(ALLEGRO_FONT* font, unsigned int curPlayerId); 48 52 }; 49 53
Note:
See TracChangeset
for help on using the changeset viewer.