diff options
Diffstat (limited to 'error/src/error.c')
-rw-r--r-- | error/src/error.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/error/src/error.c b/error/src/error.c new file mode 100644 index 0000000..ccd850d --- /dev/null +++ b/error/src/error.c | |||
@@ -0,0 +1,5 @@ | |||
1 | #include "error.h" | ||
2 | |||
3 | xlstring gfx_error; | ||
4 | |||
5 | const char* get_error(void) { return xlstring_cstr(&gfx_error); } | ||