mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-27 16:39:29 +00:00
Fixed compile warning
This commit is contained in:
parent
8f42c4f7ab
commit
9e21acf044
1 changed files with 1 additions and 2 deletions
|
|
@ -8,11 +8,10 @@
|
|||
|
||||
#include <lua.h>
|
||||
#include <lauxlib.h>
|
||||
#include <lualib.h>
|
||||
|
||||
#define BOOT_FILE "/ctruLua/main.lua"
|
||||
|
||||
LUALIB_API void luaL_openlibs (lua_State *L);
|
||||
|
||||
int load_ctr_lib(lua_State *L);
|
||||
|
||||
// Display an error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue