diff options
author | Marvin Borner | 2023-01-30 17:07:20 +0100 |
---|---|---|
committer | Marvin Borner | 2023-01-30 17:07:20 +0100 |
commit | 9f770358c43ccf3730e85c3a6bbb00d0b492ecbb (patch) | |
tree | cb7b8aba63c25441891324b0abb2e4e9c0363a41 /inc/err.h | |
parent | de450bfb4354f716fb43fae69d90ed513068d10b (diff) |
Basic GUI
Diffstat (limited to 'inc/err.h')
-rw-r--r-- | inc/err.h | 6 |
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 |