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:
@@ -16,6 +16,7 @@ enum class EPaletteFormat
|
||||
|
||||
class CGraphicsPalette
|
||||
{
|
||||
friend class CTextRenderBuffer;
|
||||
EPaletteFormat x0_fmt;
|
||||
int x4_entryCount;
|
||||
std::unique_ptr<u16[]> x8_entries;
|
||||
|
||||
Reference in New Issue
Block a user