mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
39 lines
552 B
C++
39 lines
552 B
C++
#include "gasstation.h"
|
|
|
|
// STUB: LEGO1 0x100046a0
|
|
GasStation::GasStation()
|
|
{
|
|
this->m_unk0xf8 = 0;
|
|
this->m_unk0x104 = 0;
|
|
this->m_unk0x100 = 0;
|
|
this->m_unk0x106 = 0;
|
|
this->m_unk0xfc = 0;
|
|
this->m_unk0x108 = 0;
|
|
this->m_unk0x114 = 0;
|
|
this->m_unk0x10c = 0;
|
|
this->m_unk0x115 = 0;
|
|
this->m_unk0x110 = 0;
|
|
}
|
|
|
|
// STUB: LEGO1 0x100048c0
|
|
GasStation::~GasStation()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x10004a60
|
|
MxLong GasStation::Notify(MxParam& p_param)
|
|
{
|
|
// TODO
|
|
|
|
return 0;
|
|
}
|
|
|
|
// STUB: LEGO1 0x10005c90
|
|
MxResult GasStation::Tickle()
|
|
{
|
|
// TODO
|
|
|
|
return 0;
|
|
}
|