#ifndef LUA_HEADERS_HPP #define LUA_HEADERS_HPP extern "C" { #include "lua.h" #include "lauxlib.h" #include "lualib.h" #include "luajit.h" } #endif // LUA_HEADERS_HPP