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

Various Invoke imps

This commit is contained in:
Jack Andersen
2016-03-19 20:37:08 -10:00
parent 4960f683fd
commit 18e0e208a7
13 changed files with 270 additions and 64 deletions

View File

@@ -8,14 +8,18 @@
namespace urde
{
class CLineInstruction;
class CBlockInstruction;
class CFontRenderState : public CSaveableState
{
friend class CLineInstruction;
friend class CBlockInstruction;
friend class CTextInstruction;
/* void* x54_ = 0; top-to-bottom state */
CBlockInstruction* x54_curBlock = nullptr;
CDrawStringOptions x58_drawOpts;
u32 x6c_ = 0;
s32 x6c_curX = 0;
s32 x70_curY;
const CLineInstruction* x74_currentLineInst = nullptr;
bool xa0_ = true;
std::vector<CSaveableState> xa4_pushedStates;