2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-04 08:15:35 +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
..
2019-07-19 18:26:59 -10:00