mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 16:27:41 +00:00
Match and link CRemoveColorOverrideInstruction
Former-commit-id: d0b7837042
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user