|
|
@@ -6,11 +6,16 @@
|
|
|
#include <entt/meta/meta.hpp>
|
|
|
#include "../../../common/boxed_type.h"
|
|
|
#include "../../../common/empty.h"
|
|
|
+#include "lib.h"
|
|
|
+
|
|
|
+namespace {
|
|
|
|
|
|
test::boxed_int create_boxed_int(int value) {
|
|
|
return test::boxed_int{value};
|
|
|
}
|
|
|
|
|
|
+} // namespace
|
|
|
+
|
|
|
ENTT_API void share(const entt::locator<entt::meta_ctx>::node_type &handle) {
|
|
|
entt::locator<entt::meta_ctx>::reset(handle);
|
|
|
}
|