From 7285f9f2c2622acff734e31314f92df9b25cae16 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Tue, 29 Oct 2024 15:22:59 +0100 Subject: split commands into separate files --- frontend/cmd/put.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 frontend/cmd/put.cpp (limited to 'frontend/cmd/put.cpp') diff --git a/frontend/cmd/put.cpp b/frontend/cmd/put.cpp new file mode 100644 index 0000000..ebf30da --- /dev/null +++ b/frontend/cmd/put.cpp @@ -0,0 +1,6 @@ +#include "../Player.h" + +FollowupAction Player::cmd_put(Argv argv) { + return FollowupAction::NONE; +} + -- cgit v1.2.3