aboutsummaryrefslogtreecommitdiff
path: root/frontend/GameController.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/GameController.h')
-rw-r--r--frontend/GameController.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/GameController.h b/frontend/GameController.h
index 9f0d6ee..ca19972 100644
--- a/frontend/GameController.h
+++ b/frontend/GameController.h
@@ -30,6 +30,7 @@ private:
private:
void cmdset_default();
void cmdset_death();
+ void cmdset_cheats();
private:
std::unordered_map<std::string, void(GameController::*)(std::string &)> cmds;
@@ -48,6 +49,8 @@ private:
Cmd cmd_quit;
Cmd cmd_restart;
+ Cmd cmd_give;
+
private:
std::unique_ptr<Dungeon> dungeon = nullptr;
bool playing = true;