name some functions in mxticklemanager

This commit is contained in:
itsmattkc
2023-05-21 21:45:25 -07:00
parent fb72956339
commit 8ff739c6d3
6 changed files with 15 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ public:
__declspec(dllexport) MxCore();
__declspec(dllexport) virtual ~MxCore();
__declspec(dllexport) virtual long Notify(MxParam &p);
virtual long FUN_10001f70();
virtual long Tickle();
virtual const char *GetClassName() const;
virtual MxBool IsClass(const char *name) const;