isle/LEGO1/mxatomid.cpp
2023-06-19 14:16:45 +02:00

14 lines
195 B
C++
Executable File

#include "mxatomid.h"
// OFFSET: LEGO1 0x100acfd0
MxAtomId::~MxAtomId()
{
// TODO
}
// OFFSET: LEGO1 0x100ad1c0
MxAtomId &MxAtomId::operator=(const MxAtomId &id)
{
// TODO
return *this;
}