aboutsummaryrefslogtreecommitdiff
path: root/frontend/cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/cmd.h')
-rw-r--r--frontend/cmd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/frontend/cmd.h b/frontend/cmd.h
new file mode 100644
index 0000000..2718463
--- /dev/null
+++ b/frontend/cmd.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#include <vector>
+#include <string>
+
+void cmd_handle(const std::vector<std::string> & argv);
+