meta: context review

This commit is contained in:
Michele Caini
2019-10-14 23:07:20 +02:00
parent c1117e260c
commit 5a7e954aee
5 changed files with 15 additions and 13 deletions

View File

@@ -47,8 +47,8 @@ LIB_EXPORT void emit_another_event(test_emitter &emitter) {
emitter.publish<another_event>();
}
LIB_EXPORT void a_module_meta_ctx(entt::meta_ctx context) {
context.set();
LIB_EXPORT void a_module_bind_ctx(entt::meta_ctx context) {
entt::meta_ctx::bind(context);
}
LIB_EXPORT void a_module_meta_init() {