mirror of
https://github.com/MCLx86/xtreemtest.git
synced 2025-01-19 06:28:47 +01: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"
|
|
}
|
|
|