From d7d82a1ee27c843992ab534271990f79c0c9ac43 Mon Sep 17 00:00:00 2001 From: Oskar <> Date: Thu, 21 Mar 2024 21:03:45 +0100 Subject: Moved around even more. Probably some things i am missing or removed somehow but overall it already feels a bit better to have moved everything to smaller more manageable functions --- i_validation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'i_validation.h') diff --git a/i_validation.h b/i_validation.h index e2981ad..73087ac 100644 --- a/i_validation.h +++ b/i_validation.h @@ -6,9 +6,9 @@ #include "7ed.h" #include -#define _PLUS_ONLY 1 +#define _PLUS_ONLY _VALID #define _PLUS_CONTINUE 2 -#define _PLUS_NOTHING 3 +#define _PLUS_NOTHING _VALID #define _IMM_NUMBER 4 #define _IMM_NOTHING 5 #define _CONTINUE 6 -- cgit v1.2.3