mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Export query functions to make Michael happy
This commit is contained in:
parent
a66fbcab3c
commit
455eb2328e
1 changed files with 6 additions and 0 deletions
|
@ -1934,4 +1934,10 @@ return {
|
||||||
entity_index_try_get_fast = entity_index_try_get_fast,
|
entity_index_try_get_fast = entity_index_try_get_fast,
|
||||||
entity_index_is_alive = entity_index_is_alive,
|
entity_index_is_alive = entity_index_is_alive,
|
||||||
entity_index_new_id = entity_index_new_id,
|
entity_index_new_id = entity_index_new_id,
|
||||||
|
|
||||||
|
query_iter = query_iter,
|
||||||
|
query_iter_init = query_iter_init,
|
||||||
|
query_with = query_with,
|
||||||
|
query_without = query_without,
|
||||||
|
query_archetypes = query_archetypes
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue