mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
MxLong Tickle() -> MxResult Tickle() (#135)
* MxLong Tickle() -> MxResult Tickle() * Remove garbage * Fix implementations
This commit is contained in:

committed by
GitHub

parent
611afb7799
commit
b4258da0f5
@@ -29,7 +29,7 @@ public:
|
||||
MxPresenter() { Init(); }
|
||||
|
||||
__declspec(dllexport) virtual ~MxPresenter(); // vtable+0x0
|
||||
__declspec(dllexport) virtual MxLong Tickle() override; // vtable+0x8
|
||||
__declspec(dllexport) virtual MxResult Tickle() override; // vtable+0x8
|
||||
|
||||
// OFFSET: LEGO1 0x1000bfe0
|
||||
inline virtual const char *ClassName() const override// vtable+0xc
|
||||
|
Reference in New Issue
Block a user