implement part of LegoAnimPresenter (#441)

* push changes

* implement + match a few functions

* Update legoanimpresenter.h

* reorder

* Update legoanimpresenter.cpp

* Update legoanimpresenter.cpp

* Update legoanimpresenter.cpp

* fix build

* Allow isle to start

* Match LegoAnimPresenter::VTable0x88

* Fixes

* use EndAction in StartingTickle stub

* Match StreamingTickle

* Fix override

* Comment about missing vtable functions

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Misha
2024-01-15 14:37:50 -05:00
committed by GitHub
parent f116389373
commit 5b7624c32a
3 changed files with 310 additions and 6 deletions

View File

@@ -11,6 +11,7 @@ enum LookupMode {
LookupMode_LowerCase2 = 3
};
// SIZE 0x04
class MxAtomId {
public:
__declspec(dllexport) MxAtomId(const char*, LookupMode);
@@ -30,7 +31,7 @@ private:
MxAtomIdCounter* GetCounter(const char*, LookupMode);
void Destroy();
const char* m_internal;
const char* m_internal; // 0x00
};
#endif // MXATOMID_H