From 98f7b8859621ecc30dce84fdb67f4499305e8e34 Mon Sep 17 00:00:00 2001 From: Oskar <> Date: Thu, 21 Mar 2024 20:55:19 +0100 Subject: Moving around alot of code now. It probably wont compile --- i_validation.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'i_validation.h') diff --git a/i_validation.h b/i_validation.h index a7a7fe4..e2981ad 100644 --- a/i_validation.h +++ b/i_validation.h @@ -6,6 +6,14 @@ #include "7ed.h" #include +#define _PLUS_ONLY 1 +#define _PLUS_CONTINUE 2 +#define _PLUS_NOTHING 3 +#define _IMM_NUMBER 4 +#define _IMM_NOTHING 5 +#define _CONTINUE 6 +#define _NA 7 + int validate_L(char *smode_buf); int validate_N(char *smode_buf); \ No newline at end of file -- cgit v1.2.3