- Timestamp:
- Sep 27, 2013, 7:55:50 PM (11 years ago)
- Branches:
- master
- Children:
- 3ef8cf4
- Parents:
- 03ba5e3
- Location:
- common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
common/Game.cpp
r03ba5e3 rab8fd40 21 21 Game::~Game() { 22 22 delete this->worldMap; 23 } 24 25 string Game::getName() { 26 return this->name; 23 27 } 24 28 -
common/Game.h
r03ba5e3 rab8fd40 34 34 ~Game(); 35 35 36 string getName(); 36 37 int getNumPlayers(); 37 38 map<unsigned int, Player*>& getPlayers();
Note:
See TracChangeset
for help on using the changeset viewer.