#ifndef UTIL_LUA_HPP #define UTIL_LUA_HPP extern "C" { #include "lua.h" #include "lualib.h" #include "lauxlib.h" } #endif