mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
14 lines
195 B
C++
14 lines
195 B
C++
|
#include "mxatomid.h"
|
||
|
|
||
|
// OFFSET: LEGO1 0x100acfd0
|
||
|
MxAtomId::~MxAtomId()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|
||
|
|
||
|
// OFFSET: LEGO1 0x100ad1c0
|
||
|
MxAtomId &MxAtomId::operator=(const MxAtomId &id)
|
||
|
{
|
||
|
// TODO
|
||
|
return *this;
|
||
|
}
|