mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Whitespace
This commit is contained in:
parent
b75648a34c
commit
fe73b701df
@ -29,7 +29,8 @@ class MxPresenter : public MxCore {
|
|||||||
MxPresenter() { Init(); }
|
MxPresenter() { Init(); }
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x1000bf00
|
// FUNCTION: LEGO1 0x1000bf00
|
||||||
__declspec(dllexport) virtual ~MxPresenter(){}; // vtable+0x00
|
__declspec(dllexport) virtual ~MxPresenter() override{}; // vtable+0x00
|
||||||
|
|
||||||
__declspec(dllexport) virtual MxResult Tickle() override; // vtable+0x08
|
__declspec(dllexport) virtual MxResult Tickle() override; // vtable+0x08
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x1000bfe0
|
// FUNCTION: LEGO1 0x1000bfe0
|
||||||
@ -70,7 +71,8 @@ class MxPresenter : public MxCore {
|
|||||||
protected:
|
protected:
|
||||||
// FUNCTION: LEGO1 0x1000bee0
|
// FUNCTION: LEGO1 0x1000bee0
|
||||||
__declspec(dllexport) virtual void DoneTickle() { ProgressTickleState(TickleState_Idle); }; // vtable+0x2c
|
__declspec(dllexport) virtual void DoneTickle() { ProgressTickleState(TickleState_Idle); }; // vtable+0x2c
|
||||||
__declspec(dllexport) virtual void ParseExtra(); // vtable+0x30
|
|
||||||
|
__declspec(dllexport) virtual void ParseExtra(); // vtable+0x30
|
||||||
|
|
||||||
inline void ProgressTickleState(TickleState p_tickleState)
|
inline void ProgressTickleState(TickleState p_tickleState)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user