Commit 6fbc5a31 authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

Report this as an exit function.

parent 446d86c7
...@@ -107,6 +107,8 @@ typedef enum ColorElements_ { ...@@ -107,6 +107,8 @@ typedef enum ColorElements_ {
LAST_COLORELEMENT LAST_COLORELEMENT
} ColorElements; } ColorElements;
void CRT_fatalError(const char* note) __attribute__ ((noreturn));
}*/ }*/
// TODO: centralize these in Settings. // TODO: centralize these in Settings.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment