diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-09-01 17:13:13 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-09-01 17:13:13 (GMT) |
| commit | ba55da77a9dd2ed4fd7ce87adb2fc6622d130238 (patch) | |
| tree | 47df5e24377886ad55095694fa39d01529db7fe4 /src/cat/CommandInterface.cpp | |
| parent | 618e29d5d487a2215628b5cf70ccc72462878201 (diff) | |
| download | powder-ba55da77a9dd2ed4fd7ce87adb2fc6622d130238.zip powder-ba55da77a9dd2ed4fd7ce87adb2fc6622d130238.tar.gz | |
!load command for old console
Diffstat (limited to 'src/cat/CommandInterface.cpp')
| -rw-r--r-- | src/cat/CommandInterface.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cat/CommandInterface.cpp b/src/cat/CommandInterface.cpp index 2564141..7c6dd83 100644 --- a/src/cat/CommandInterface.cpp +++ b/src/cat/CommandInterface.cpp @@ -11,9 +11,11 @@ #include <strings.h> #include "CommandInterface.h" #include "game/GameModel.h" +#include "game/GameController.h" -CommandInterface::CommandInterface(GameModel * m) { +CommandInterface::CommandInterface(GameController * c, GameModel * m) { this->m = m; + this->c = c; } /*void CommandInterface::AttachGameModel(GameModel * m) |
