mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
More GuiSys stubs
This commit is contained in:
39
Runtime/GuiSys/CSaveableState.hpp
Normal file
39
Runtime/GuiSys/CSaveableState.hpp
Normal file
@@ -0,0 +1,39 @@
|
||||
#ifndef __URDE_CSAVEABLESTATE_HPP__
|
||||
#define __URDE_CSAVEABLESTATE_HPP__
|
||||
|
||||
#include "CDrawStringOptions.hpp"
|
||||
#include "CToken.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class CRasterFont;
|
||||
|
||||
class CSaveableState
|
||||
{
|
||||
CDrawStringOptions x0_drawStrOpts;
|
||||
TToken<CRasterFont> x14_token;
|
||||
struct VecElem
|
||||
{
|
||||
u8 a = 0;
|
||||
u8 b = 0;
|
||||
u8 c = 0;
|
||||
u8 d = 0xff;
|
||||
};
|
||||
std::vector<VecElem> x20_;
|
||||
std::vector<u8> x30_;
|
||||
float x40_ = 1.f;
|
||||
u32 x44_ = 0;
|
||||
bool x48_ = false;
|
||||
u32 x4c_ = 0;
|
||||
u32 x50_ = 0;
|
||||
|
||||
CSaveableState()
|
||||
{
|
||||
x20_.resize(3);
|
||||
x30_.resize(16);
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CSAVEABLESTATE_HPP__
|
||||
Reference in New Issue
Block a user