mirror of
https://github.com/love2d/love-apple-dependencies.git
synced 2026-08-12 08:30:57 +02:00
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"
|
|
}
|
|
|