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