Changeset ab8fd40 in network-game for common


Ignore:
Timestamp:
Sep 27, 2013, 7:55:50 PM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
3ef8cf4
Parents:
03ba5e3
Message:

The server can process LEAVE_GAME messages

Location:
common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • common/Game.cpp

    r03ba5e3 rab8fd40  
    2121Game::~Game() {
    2222   delete this->worldMap;
     23}
     24
     25string Game::getName() {
     26   return this->name;
    2327}
    2428
  • common/Game.h

    r03ba5e3 rab8fd40  
    3434   ~Game();
    3535
     36   string getName();
    3637   int getNumPlayers();
    3738   map<unsigned int, Player*>& getPlayers();
Note: See TracChangeset for help on using the changeset viewer.