diff options
author | Oskar <[email protected]> | 2024-03-31 22:28:31 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-03-31 22:28:31 +0200 |
commit | c5b58534dc41ec36e041717918de5727e0200b28 (patch) | |
tree | fd0ef1f829792fc8b70bf7869d25b67e13cb11f1 /input.h | |
parent | a632711155260c9d7bd679736987857041afbddb (diff) |
Singles done
Diffstat (limited to 'input.h')
-rw-r--r-- | input.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ #define SMODE_MAX_SIZE 33 #define SMODE_MAX_INPUT_SIZE 32 +#define _RETURN 3 #define _ONE 1 #define _SINGLE 1 #define _MULTIPLE 2 |