mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
30 lines
327 B
C++
30 lines
327 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)
|
|
{
|
|
// TODO
|
|
|
|
return 0;
|
|
}
|
|
|
|
// STUB: LEGO1 0x10005c90
|
|
MxResult GasStation::Tickle()
|
|
{
|
|
// TODO
|
|
|
|
return 0;
|
|
}
|