2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-13 17:25:51 +00:00
Lioncash b25cfdd305 FontCache: Default destructor within the cpp file
Avoids potentially inlining a lot of repeated destruction logic. This
also allows the class to play nicer with forward declarations.

While we're at it, we can also explicitly delete the move
assignment/constructor (previously they were implicitly deleted, given
the class contains a const reference).
2019-09-05 19:08:47 -04:00
Description
Data interchange, editor suite, and runtime re-implementations for games by Retro Studios
MIT 53 MiB
Languages
C++ 94.2%
C 4.5%
CMake 1.2%