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 Change: Separate fontcache implementations. 2022-09-25 18:34:24 +01:00
freetypefontcache.cpp Codechange: Replace pointer to Sprite array with reference to SpriteCollection. (#11580) 2023-12-20 20:38:21 +00:00
spritefontcache.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
spritefontcache.h Codechange: Add missing 'override'. 2023-09-19 22:49:59 +02:00
truetypefontcache.cpp Codechange: Replace pointer to Sprite array with reference to SpriteCollection. (#11580) 2023-12-20 20:38:21 +00:00
truetypefontcache.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00