aboutsummaryrefslogtreecommitdiff
path: root/frontend/cmd/use.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/cmd/use.cpp')
-rw-r--r--frontend/cmd/use.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/cmd/use.cpp b/frontend/cmd/use.cpp
new file mode 100644
index 0000000..fca40c3
--- /dev/null
+++ b/frontend/cmd/use.cpp
@@ -0,0 +1,6 @@
+#include "../Player.h"
+
+FollowupAction Player::cmd_use(Argv argv) {
+ return FollowupAction::NONE;
+}
+