#pragma once #ifndef PROGRAM_LUA_INTEROP_HPP #define PROGRAM_LUA_INTEROP_HPP #include #define SOL_ALL_SAFETIES_ON 1 #include void register_lua(sol::state& lua); #endif // PROGRAM_LUA_INTEROP_HPP