Rev | Line | |
---|
[247] | 1 | // |
---|
| 2 | // C++ Implementation: GameStateManager |
---|
| 3 | // |
---|
| 4 | // Description: |
---|
| 5 | // |
---|
| 6 | // |
---|
| 7 | // Author: Oliver Scheuss, (C) 2007 |
---|
| 8 | // |
---|
| 9 | // Copyright: See COPYING file that comes with this distribution |
---|
| 10 | // |
---|
| 11 | // |
---|
| 12 | #include "GameStateManager.h" |
---|
| 13 | |
---|
| 14 | namespace network { |
---|
| 15 | |
---|
| 16 | GameStateManager::GameStateManager() |
---|
| 17 | { |
---|
| 18 | } |
---|
| 19 | |
---|
| 20 | GameStateManager::~GameStateManager() |
---|
| 21 | { |
---|
| 22 | } |
---|
| 23 | |
---|
| 24 | GameState GameStateManager::getSnapshot(){ |
---|
| 25 | |
---|
| 26 | } |
---|
| 27 | |
---|
| 28 | bool GameStateManager::loadSnapshot(GameState state){ |
---|
| 29 | |
---|
| 30 | } |
---|
| 31 | |
---|
| 32 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.