about summary refs log tree commit diff stats
path: root/cmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmds.h')
-rw-r--r--cmds.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cmds.h b/cmds.h
new file mode 100644
index 0000000..ba54fac
--- /dev/null
+++ b/cmds.h
@@ -0,0 +1,8 @@
+#ifndef CMDS_H
+#define CMDS_H
+
+#include "state.h"
+
+extern command CMD_LIST[];
+
+#endif