mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-27 16:39:29 +00:00
Merge branch 'master' of https://github.com/Firew0lf/ctruLua
This commit is contained in:
commit
70f44c95c9
5 changed files with 8 additions and 6 deletions
|
|
@ -1,18 +1,13 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <3ds.h>
|
||||
#include <sf2d.h>
|
||||
#include <sftd.h>
|
||||
|
||||
#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