1
0

lib.h 259 B

12345678
  1. #include <entt/config/config.h>
  2. #include <entt/locator/locator.hpp>
  3. #include <entt/meta/fwd.hpp>
  4. ENTT_API void share(const entt::locator<entt::meta_ctx>::node_type &);
  5. ENTT_API void set_up();
  6. ENTT_API void tear_down();
  7. ENTT_API entt::meta_any wrap_int(int);