diff options
Diffstat (limited to 'frontend/cmd/use.cpp')
-rw-r--r-- | frontend/cmd/use.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/cmd/use.cpp b/frontend/cmd/use.cpp index a6e876a..d83f67c 100644 --- a/frontend/cmd/use.cpp +++ b/frontend/cmd/use.cpp @@ -1,8 +1,8 @@ -#include "../Player.h" +#include "../GameController.h" using namespace std; -FollowupAction Player::cmd_use(string & argv) { +FollowupAction GameController::cmd_use(string & argv) { // TODO return FollowupAction::NONE; } |