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