From 9f770358c43ccf3730e85c3a6bbb00d0b492ecbb Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 30 Jan 2023 17:07:20 +0100 Subject: Basic GUI --- inc/err.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 inc/err.h (limited to 'inc/err.h') diff --git a/inc/err.h b/inc/err.h new file mode 100644 index 0000000..c1ae3d9 --- /dev/null +++ b/inc/err.h @@ -0,0 +1,6 @@ +#ifndef ERR_H +#define ERR_H + +typedef enum { ERR, OK, END } err; + +#endif -- cgit v1.2.3