aboutsummaryrefslogtreecommitdiff
path: root/frontend/cmd.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-29 15:02:57 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-29 15:02:57 +0100
commit953f18fe681a2f120dab5be9e9884bf35765e21e (patch)
treed0cc4812c2f8c95a773e938bf7c3576af40cd98d /frontend/cmd.h
parent3562802cacc8dbd0c155146acfdb8d04c6440009 (diff)
more WIP (command handling moved to player)
Diffstat (limited to 'frontend/cmd.h')
-rw-r--r--frontend/cmd.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/frontend/cmd.h b/frontend/cmd.h
deleted file mode 100644
index 2718463..0000000
--- a/frontend/cmd.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-
-#include <vector>
-#include <string>
-
-void cmd_handle(const std::vector<std::string> & argv);
-