meta: context review
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user