mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
38 lines
452 B
C++
38 lines
452 B
C++
#include "gasstation.h"
|
|
|
|
// OFFSET: LEGO1 0x100046a0
|
|
GasStation::GasStation()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100048c0
|
|
GasStation::~GasStation()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x10004a60
|
|
long GasStation::Notify(MxParam &p)
|
|
{
|
|
// TODO
|
|
|
|
return 0;
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x10005c90
|
|
long GasStation::Tickle()
|
|
{
|
|
// TODO
|
|
|
|
return 0;
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x10005e70
|
|
undefined GasStation::VTable0x64(undefined4 param)
|
|
{
|
|
// TODO
|
|
|
|
return undefined();
|
|
}
|