Changeset 0693e25 in network-game for common/Game.h


Ignore:
Timestamp:
Sep 28, 2013, 2:11:19 AM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
6319311
Parents:
3ef8cf4
Message:

The client draws the map and players in individual games

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Game.h

    r3ef8cf4 r0693e25  
    1313#include <string>
    1414#include <map>
     15
     16#include <allegro5/allegro_font.h>
    1517
    1618#include "Player.h"
     
    4648   void setBlueScore(int score);
    4749   void setRedScore(int score);
     50
     51   void drawPlayers(ALLEGRO_FONT* font, unsigned int curPlayerId);
    4852};
    4953
Note: See TracChangeset for help on using the changeset viewer.