Changeset 99afbb8 in network-game for common/Game.h


Ignore:
Timestamp:
Sep 26, 2013, 2:59:02 AM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
2ee386d
Parents:
50e6c7a
Message:

The server keeps track of games and adds players to them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Game.h

    r50e6c7a r99afbb8  
    3434   bool addPlayer(Player* p);
    3535   bool removePlayer(int id);
     36   int getNumPlayers();
    3637};
    3738
Note: See TracChangeset for help on using the changeset viewer.