mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 15:21:15 +00:00
16 lines
228 B
C++
16 lines
228 B
C++
#include "legopathactor.h"
|
|
|
|
DECOMP_SIZE_ASSERT(LegoPathActor, 0x154)
|
|
|
|
// OFFSET: LEGO1 0x1002d700 STUB
|
|
LegoPathActor::LegoPathActor()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x1002d820 STUB
|
|
LegoPathActor::~LegoPathActor()
|
|
{
|
|
// TODO
|
|
}
|