#ifdef OMATH_ENABLE_LUA #include "lua_engines_detail.hpp" #include namespace omath::lua::detail { void register_opengl_engine(sol::table& omath_table) { register_engine(omath_table, "opengl"); } } // namespace omath::lua::detail #endif