diff options
Diffstat (limited to 'frontend/cmd/cheat.cpp')
-rw-r--r-- | frontend/cmd/cheat.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/cmd/cheat.cpp b/frontend/cmd/cheat.cpp new file mode 100644 index 0000000..ed4e452 --- /dev/null +++ b/frontend/cmd/cheat.cpp @@ -0,0 +1,6 @@ +#include "../Player.h" + +FollowupAction Player::cmd_cheat(Argv argv) { + return FollowupAction::NONE; +} + |