mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
16 lines
224 B
C++
16 lines
224 B
C++
#include "gasstation.h"
|
|
|
|
// OFFSET: LEGO1 0x100046a0
|
|
GasStation::GasStation()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x10005e70
|
|
undefined GasStation::VTable0x64(undefined4 param)
|
|
{
|
|
// TODO
|
|
|
|
return undefined();
|
|
}
|