mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-23 08:08:03 -05:00
14 lines
186 B
C++
14 lines
186 B
C++
|
#include "legopathactor.h"
|
||
|
|
||
|
// OFFSET: LEGO1 0x1002d700 STUB
|
||
|
LegoPathActor::LegoPathActor()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|
||
|
|
||
|
// OFFSET: LEGO1 0x1002d820 STUB
|
||
|
LegoPathActor::~LegoPathActor()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|