Changeset 233e736 in network-game for common/Game.h
- Timestamp:
- Sep 27, 2013, 6:56:04 PM (12 years ago)
- Branches:
- master
- Children:
- a6fe73d
- Parents:
- d519032
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/Game.h
rd519032 r233e736 30 30 public: 31 31 Game(); 32 Game(string name );32 Game(string name, string filepath); 33 33 34 34 ~Game();
Note:
See TracChangeset
for help on using the changeset viewer.