isle/LEGO1/gasstation.cpp
Christian Semmler d511461bb0 Fix MxParam p
2023-12-12 06:15:58 -05:00

30 lines
333 B
C++

#include "gasstation.h"
// STUB: LEGO1 0x100046a0
GasStation::GasStation()
{
// TODO
}
// 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;
}