mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-12-20 21:02:28 -05:00
3839b3278c
* Implement/match LegoExtraActor::VTable0x94 * attempt to fix gcc * WIP fixes * Match * Match * Match * add TODO --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
22 lines
319 B
C++
22 lines
319 B
C++
#include "doors.h"
|
|
|
|
DECOMP_SIZE_ASSERT(Doors, 0x1f8)
|
|
|
|
// STUB: LEGO1 0x10066100
|
|
MxResult Doors::VTable0x94(LegoPathActor* p_actor, MxBool p_bool)
|
|
{
|
|
// TODO
|
|
return 0;
|
|
}
|
|
|
|
// STUB: LEGO1 0x10066250
|
|
void Doors::VTable0x70(float p_float)
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x100664e0
|
|
void Doors::ParseAction(char*)
|
|
{
|
|
// TODO
|
|
}
|