Match and link CRemoveColorOverrideInstruction

Former-commit-id: d0b7837042
This commit is contained in:
2023-01-11 12:16:02 -08:00
parent 187c29105e
commit dbf90286dc
7 changed files with 40 additions and 8 deletions

View File

@@ -12,10 +12,13 @@ public:
void PushState();
void PopState();
void SetColor(EColorType type, const CTextColor& color);
void RefreshPalette();
const TToken<CRasterFont>& GetFont() { return x0_state.GetFont(); }
void SetLineSpacing(float spacing) { x0_state.SetLineSpacing(spacing); }
void SetExtraLineSpace(int spacing) { x0_state.SetLineExtraSpace(spacing); }
rstl::vector<bool>& GetOverride() { return x0_state.GetOverride(); }
private:
CSaveableState x0_state;
CBlockInstruction* x88_curBlock;