Beta matching MxAtom classes (#847)

* Beta matching MxAtom classes

* Remove unused getter

* Restore operator!= for modern compilers
This commit is contained in:
MS
2024-04-25 11:43:42 -04:00
committed by GitHub
parent 31f5143741
commit 612eec6889
6 changed files with 180 additions and 69 deletions

View File

@@ -2,6 +2,8 @@
#include "mxomni.h"
#include <assert.h>
// FUNCTION: LEGO1 0x100acea0
MxObjectFactory* ObjectFactory()
{
@@ -27,9 +29,11 @@ MxTimer* Timer()
}
// FUNCTION: LEGO1 0x100acee0
MxAtomIdCounterSet* AtomIdCounterSet()
// FUNCTION: BETA10 0x10124e4c
MxAtomSet* AtomSet()
{
return MxOmni::GetInstance()->GetAtomIdCounterSet();
assert(MxOmni::GetInstance());
return MxOmni::GetInstance()->GetAtomSet();
}
// FUNCTION: LEGO1 0x100acef0