summaryrefslogtreecommitdiff
path: root/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/commands.h b/commands.h
index 8a832b6..ccd48e4 100644
--- a/commands.h
+++ b/commands.h
@@ -5,11 +5,12 @@ enum {
COM_RIGHT,
COM_UP,
COM_DOWN,
+ COM_NOOP,
_COM_COUNT
};
enum {
- COM_LEN = 8
+ COM_LEN = 9
};
void commands_update(void);