Match and link CColorOverrideInstruction

Former-commit-id: 1ee8ca9225
This commit is contained in:
2023-01-11 13:26:39 -08:00
parent dbf90286dc
commit 72e9d4d086
9 changed files with 61 additions and 24 deletions

View File

@@ -41,6 +41,7 @@ public:
CDrawStringOptions();
void SetTextDirection(ETextDirection dir) { x0_direction = dir; }
void SetPaletteEntry(int idx, uint color) { x4_colors[idx] = color; }
private:
ETextDirection x0_direction;
rstl::reserved_vector<u32, 16> x4_colors;