From 6104c0ee7257ae99e5187f56593442ca9f04084b Mon Sep 17 00:00:00 2001 From: Oskar Date: Sun, 31 Mar 2024 21:30:11 +0200 Subject: Started integrating the input system. Mainly trying to integrate the 'singles' so far because they will be the easiest. --- input.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'input.h') diff --git a/input.h b/input.h index 94c746d..e509ee7 100644 --- a/input.h +++ b/input.h @@ -15,4 +15,6 @@ #define _FAIL '?' // final return value from smode_input to indicate an invalid #define _VALID 0 // this may only be used to mark as valid or invalid from the validate functions #define _INVALID -1 // this may only be used to mark as valid or invalid from the validate functions - // _FAIL and _INVALID are sorta tied to eachother \ No newline at end of file + // _FAIL and _INVALID are sorta tied to eachother + +int smode_input(char *single, char **multiple, uint64_t focus); -- cgit v1.2.3