mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-27 16:39:29 +00:00
I'm a semicolon
This commit is contained in:
parent
0af33d0b3a
commit
d405bba6ca
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ static const struct luaL_Reg ctr_lib[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
// Subtables
|
// Subtables
|
||||||
struct { char *name; void (*load)(lua_State *L); void (*unload)(lua_State *L) } ctr_libs[] = {
|
struct { char *name; void (*load)(lua_State *L); void (*unload)(lua_State *L); } ctr_libs[] = {
|
||||||
{ "gfx", load_gfx_lib, unload_gfx_lib },
|
{ "gfx", load_gfx_lib, unload_gfx_lib },
|
||||||
{ "news", load_news_lib, NULL },
|
{ "news", load_news_lib, NULL },
|
||||||
{ "ptm", load_ptm_lib, NULL },
|
{ "ptm", load_ptm_lib, NULL },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue