1// C++ wrapper for LuaJIT header files. 2 3extern "C" { 4#include "lua.h" 5#include "lauxlib.h" 6#include "lualib.h" 7#include "luajit.h" 8} 9