OpenTTD/src/fontcache
Peter Nelson b85ecf9ac2
Codechange: Replace pointer to Sprite array with reference to SpriteCollection. (#11580)
Add `SpriteLoader::SpriteCollection` type which is an array of `SpriteLoad::Sprite`.

This removes the ambiguity of what `SpriteLoader::Sprite *` is pointing to,
and cleans up mismatches using both dereference -> and array access [] for the
same object.
2023-12-20 20:38:21 +00:00
..
CMakeLists.txt
freetypefontcache.cpp
spritefontcache.cpp
spritefontcache.h
truetypefontcache.cpp
truetypefontcache.h