2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 01:07:43 +00:00

More field discoveries and imps

This commit is contained in:
Jack Andersen
2016-03-18 17:58:01 -10:00
parent 0c83d5ba2b
commit 5a4033e925
13 changed files with 172 additions and 17 deletions

View File

@@ -7,12 +7,16 @@
namespace urde
{
class CLineInstruction;
class CFontRenderState : public CSaveableState
{
u32 x54_ = 0;
friend class CLineInstruction;
/* void* x54_ = 0; top-to-bottom state */
CDrawStringOptions x58_drawOpts;
u32 x6c_ = 0;
const CLineInstruction* x74_currentLineInst = nullptr;
bool xa0_ = true;
std::vector<CSaveableState> xa4_pushedStates;
public: