mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00: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"
|
|
}
|
|
|