From 798948dbe6f012e194f053c4e862cf697f30b793 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Fri, 1 Nov 2024 10:18:22 +0100 Subject: more WIP (move some Player things to backend) --- frontend/cmd/use.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/cmd/use.cpp') 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; } -- cgit v1.2.3