mirror of
https://github.com/love2d/love-apple-dependencies.git
synced 2026-08-18 03:35:33 +02:00
2ebbc0d9cf
These support arm64+x64 simulators (plus iOS devices).
10 lines
135 B
C++
10 lines
135 B
C++
// C++ wrapper for LuaJIT header files.
|
|
|
|
extern "C" {
|
|
#include "lua.h"
|
|
#include "lauxlib.h"
|
|
#include "lualib.h"
|
|
#include "luajit.h"
|
|
}
|
|
|