diff options
| author | ame <[email protected]> | 2025-07-24 02:32:37 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2025-07-24 02:32:37 -0500 |
| commit | ed2dd6874a905769c5cfc080333ab0b12f9a9fe8 (patch) | |
| tree | 60e29dbb01635dc9a94e02709520baea1b63d5fe /src/io.h | |
| parent | b392bec30ebdd4c84446623193b82531b8001b88 (diff) | |
errors and then,, yknow fix them
Diffstat (limited to 'src/io.h')
| -rw-r--r-- | src/io.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -19,7 +19,6 @@ #define color_white "\e[97m" #define color_reset "\e[0m" -int l_readfile(lua_State*); int l_debug(lua_State*); int l_log(lua_State*); int l_warn(lua_State*); @@ -50,7 +49,6 @@ static struct config io_config[] = { }; static const luaL_Reg io_function_list [] = { - {"readfile",l_readfile}, {"debug",l_debug}, {"log",l_log}, {"warn",l_warn}, |
