| 158 | } |
| 159 | |
| 160 | static inline AttributeSet *_Graph_GetEntity(const DataBlock *entities, EntityID id) { |
| 161 | return DataBlock_GetItem(entities, id); |
| 162 | } |
| 163 | |
| 164 | //------------------------------------------------------------------------------ |
| 165 | // Matrix synchronization and resizing functions |
no test coverage detected