| 35 | static std::vector<std::unique_ptr<SpriteFile>> _sprite_files; |
| 36 | |
| 37 | static inline SpriteCache *GetSpriteCache(uint index) |
| 38 | { |
| 39 | return &_spritecache[index]; |
| 40 | } |
| 41 | |
| 42 | SpriteCache *AllocateSpriteCache(uint index) |
| 43 | { |
no outgoing calls
no test coverage detected