| 837 | } |
| 838 | |
| 839 | void sugoiS_destroy(sugoi_storage_t* storage, const sugoi_chunk_view_t* view) |
| 840 | { |
| 841 | storage->destroy(*view); |
| 842 | } |
| 843 | |
| 844 | void sugoiS_destroy_entities(sugoi_storage_t* storage, const sugoi_entity_t* ents, EIndex n) |
| 845 | { |
no test coverage detected