mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 21:01:37 +00:00
api: more research
This commit is contained in:
parent
7062c8e266
commit
b30423ff6a
5 changed files with 5 additions and 6 deletions
|
|
@ -14,7 +14,7 @@ namespace SWA
|
||||||
xpointer<CApplicationDocument> m_pApplicationDocument;
|
xpointer<CApplicationDocument> m_pApplicationDocument;
|
||||||
};
|
};
|
||||||
|
|
||||||
SWA_INSERT_PADDING(0x04); // vftable ptr
|
xpointer<void> m_pVftable;
|
||||||
xpointer<CMember> m_pMember;
|
xpointer<CMember> m_pMember;
|
||||||
SWA_INSERT_PADDING(0x18);
|
SWA_INSERT_PADDING(0x18);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ namespace SWA
|
||||||
// TODO: Hedgehog::Base::TSynchronizedPtr<CApplicationDocument>
|
// TODO: Hedgehog::Base::TSynchronizedPtr<CApplicationDocument>
|
||||||
static CApplicationDocument* GetInstance();
|
static CApplicationDocument* GetInstance();
|
||||||
|
|
||||||
SWA_INSERT_PADDING(0x04);
|
xpointer<void> m_pVftable;
|
||||||
xpointer<CMember> m_pMember;
|
xpointer<CMember> m_pMember;
|
||||||
SWA_INSERT_PADDING(0x14);
|
SWA_INSERT_PADDING(0x14);
|
||||||
be<uint32_t> m_Region;
|
be<uint32_t> m_Region;
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ namespace SWA
|
||||||
// TODO: Hedgehog::Base::TSynchronizedPtr<CGameDocument>
|
// TODO: Hedgehog::Base::TSynchronizedPtr<CGameDocument>
|
||||||
static CGameDocument* GetInstance();
|
static CGameDocument* GetInstance();
|
||||||
|
|
||||||
SWA_INSERT_PADDING(0x04); // vftable ptr
|
xpointer<void> m_pVftable;
|
||||||
xpointer<CMember> m_pMember;
|
xpointer<CMember> m_pMember;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ namespace SWA
|
||||||
SWA_INSERT_PADDING(0x70);
|
SWA_INSERT_PADDING(0x70);
|
||||||
};
|
};
|
||||||
|
|
||||||
SWA_INSERT_PADDING(0x04); // vftable ptr
|
xpointer<void> m_pVftable;
|
||||||
xpointer<CMember> m_pMember;
|
xpointer<CMember> m_pMember;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,13 +5,12 @@
|
||||||
|
|
||||||
namespace SWA
|
namespace SWA
|
||||||
{
|
{
|
||||||
class CInputState // : public Hedgehog::Base::CSynchronizedObject
|
class CInputState : public Hedgehog::Base::CSynchronizedObject
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
// TODO: Hedgehog::Base::TSynchronizedPtr<CInputState>
|
// TODO: Hedgehog::Base::TSynchronizedPtr<CInputState>
|
||||||
static CInputState* GetInstance();
|
static CInputState* GetInstance();
|
||||||
|
|
||||||
SWA_INSERT_PADDING(0x4);
|
|
||||||
SPadState m_PadStates[8];
|
SPadState m_PadStates[8];
|
||||||
be<uint32_t> m_CurrentPadStateIndex;
|
be<uint32_t> m_CurrentPadStateIndex;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue