2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:07:42 +00:00

CTextRenderBuffer boo implementations

This commit is contained in:
Jack Andersen
2016-03-21 22:15:00 -10:00
parent 5108456dc9
commit 7c99de82ec
9 changed files with 321 additions and 58 deletions

View File

@@ -16,6 +16,7 @@ enum class EPaletteFormat
class CGraphicsPalette
{
friend class CTextRenderBuffer;
EPaletteFormat x0_fmt;
int x4_entryCount;
std::unique_ptr<u16[]> x8_entries;