| 822 | } |
| 823 | |
| 824 | void sugoiS_instantiate(sugoi_storage_t* storage, sugoi_entity_t prefab, EIndex count, sugoi_view_callback_t callback, void* u) |
| 825 | { |
| 826 | storage->instantiate(prefab, count, callback, u); |
| 827 | } |
| 828 | |
| 829 | void sugoiS_instantiate_delta(sugoi_storage_t* storage, sugoi_entity_t prefab, EIndex count, const sugoi_delta_type_t* delta, sugoi_view_callback_t callback, void* u) |
| 830 | { |