aboutsummaryrefslogtreecommitdiff
path: root/frontend/cmd/help.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/cmd/help.cpp')
-rw-r--r--frontend/cmd/help.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/cmd/help.cpp b/frontend/cmd/help.cpp
index b655a45..e4425be 100644
--- a/frontend/cmd/help.cpp
+++ b/frontend/cmd/help.cpp
@@ -1,10 +1,10 @@
#include "backend/print.h"
-#include "../Player.h"
+#include "../GameController.h"
using namespace std;
-FollowupAction Player::cmd_help(string &) {
+FollowupAction GameController::cmd_help(string &) {
lprtf("De beschikbare commando's zijn: ");
bool first = true;
for (auto & [ key, _ ] : this->cmds) {