mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
Various stubs and imps
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef __URDE_CSAVEABLESTATE_HPP__
|
||||
#define __URDE_CSAVEABLESTATE_HPP__
|
||||
|
||||
#include "CGuiTextSupport.hpp"
|
||||
#include "CDrawStringOptions.hpp"
|
||||
#include "CToken.hpp"
|
||||
#include "zeus/CColor.hpp"
|
||||
@@ -11,16 +12,19 @@ class CRasterFont;
|
||||
|
||||
class CSaveableState
|
||||
{
|
||||
friend class CColorOverrideInstruction;
|
||||
protected:
|
||||
CDrawStringOptions x0_drawStrOpts;
|
||||
TToken<CRasterFont> x14_token;
|
||||
std::vector<zeus::CColor> x20_;
|
||||
std::vector<u8> x30_;
|
||||
std::vector<CTextColor> x20_;
|
||||
std::vector<bool> x30_;
|
||||
float x40_ = 1.f;
|
||||
u32 x44_ = 0;
|
||||
bool x48_ = false;
|
||||
u32 x4c_ = 0;
|
||||
u32 x50_ = 0;
|
||||
|
||||
public:
|
||||
CSaveableState()
|
||||
{
|
||||
x20_.resize(3, zeus::CColor::skBlack);
|
||||
|
||||
Reference in New Issue
Block a user