aboutsummaryrefslogtreecommitdiff
path: root/inc/err.h
diff options
context:
space:
mode:
authorMarvin Borner2023-01-30 17:07:20 +0100
committerMarvin Borner2023-01-30 17:07:20 +0100
commit9f770358c43ccf3730e85c3a6bbb00d0b492ecbb (patch)
treecb7b8aba63c25441891324b0abb2e4e9c0363a41 /inc/err.h
parentde450bfb4354f716fb43fae69d90ed513068d10b (diff)
Basic GUI
Diffstat (limited to 'inc/err.h')
-rw-r--r--inc/err.h6
1 files changed, 6 insertions, 0 deletions
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