Changeset ab8fd40 in network-game for common/Game.cpp
- Timestamp:
- Sep 27, 2013, 7:55:50 PM (11 years ago)
- Branches:
- master
- Children:
- 3ef8cf4
- Parents:
- 03ba5e3
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.