summaryrefslogtreecommitdiffstats
path: root/input/cmd_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'input/cmd_list.h')
-rw-r--r--input/cmd_list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/input/cmd_list.h b/input/cmd_list.h
index e74a21921e..9a3c25018f 100644
--- a/input/cmd_list.h
+++ b/input/cmd_list.h
@@ -24,6 +24,8 @@
#define MP_CMD_MAX_ARGS 10
+#define MP_CMD_OPT_ARG 0x1000
+
struct mp_cmd_def {
int id; // one of MP_CMD_...
const char *name; // user-visible name (as used in input.conf)