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
libs/3ds_portlibs/.gitignore
vendored
1
libs/3ds_portlibs/.gitignore
vendored
|
|
@ -4,3 +4,4 @@ libjpeg-*
|
||||||
libpng-*
|
libpng-*
|
||||||
sqlite-*
|
sqlite-*
|
||||||
zlib-*
|
zlib-*
|
||||||
|
build/
|
||||||
2
libs/sf2dlib/.gitignore
vendored
Normal file
2
libs/sf2dlib/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
libsf2d/build/
|
||||||
|
libsf2d/lib/
|
||||||
2
libs/sfillib/.gitignore
vendored
Normal file
2
libs/sfillib/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
libsfil/build/
|
||||||
|
libsfil/lib/
|
||||||
2
libs/sftdlib/.gitignore
vendored
Normal file
2
libs/sftdlib/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
libsftd/build/
|
||||||
|
libsftd/lib/
|
||||||
|
|
@ -1,18 +1,13 @@
|
||||||
#include <stdio.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <math.h>
|
|
||||||
|
|
||||||
#include <3ds.h>
|
#include <3ds.h>
|
||||||
#include <sf2d.h>
|
#include <sf2d.h>
|
||||||
#include <sftd.h>
|
#include <sftd.h>
|
||||||
|
|
||||||
#include <lua.h>
|
#include <lua.h>
|
||||||
#include <lauxlib.h>
|
#include <lauxlib.h>
|
||||||
|
#include <lualib.h>
|
||||||
|
|
||||||
#define BOOT_FILE "/ctruLua/main.lua"
|
#define BOOT_FILE "/ctruLua/main.lua"
|
||||||
|
|
||||||
LUALIB_API void luaL_openlibs (lua_State *L);
|
|
||||||
|
|
||||||
int load_ctr_lib(lua_State *L);
|
int load_ctr_lib(lua_State *L);
|
||||||
|
|
||||||
// Display an error
|
// Display an error
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue