diff options
| author | ame <[email protected]> | 2024-02-13 14:14:20 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2024-02-13 14:14:20 -0600 |
| commit | 0b28025b0b69266905a9f6235c7476bb799eea37 (patch) | |
| tree | 4ca0fc810be6265be8c5ee00f592e64af8c8058e /src/i_util.c | |
| parent | d85b1d781655663ee52d180e0fb9abe7e476adf5 (diff) | |
idk
Diffstat (limited to 'src/i_util.c')
| -rw-r--r-- | src/i_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i_util.c b/src/i_util.c index 0a20224..48749d7 100644 --- a/src/i_util.c +++ b/src/i_util.c @@ -2,6 +2,7 @@ #include <stdio.h> #include <stdlib.h> #include "lua.h" + void p_fatal(const char* m){ fprintf(stderr, "%s[ fatal ] %s %s\n",color_red, m, color_reset); exit(EXIT_FAILURE); |
