Files
entt/test/lib/meta/shared/lib.h
2025-11-15 18:50:57 +01:00

9 lines
259 B
C

#include <entt/config/config.h>
#include <entt/locator/locator.hpp>
#include <entt/meta/fwd.hpp>
ENTT_API void share(const entt::locator<entt::meta_ctx>::node_type &);
ENTT_API void set_up();
ENTT_API void tear_down();
ENTT_API entt::meta_any wrap_int(int);