mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
b4258da0f5
* MxLong Tickle() -> MxResult Tickle() * Remove garbage * Fix implementations
20 lines
309 B
C++
20 lines
309 B
C++
#include "legopathcontroller.h"
|
|
|
|
// OFFSET: LEGO1 0x10044f40 STUB
|
|
LegoPathController::LegoPathController()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x10045740 STUB
|
|
LegoPathController::~LegoPathController()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x10045c10 STUB
|
|
MxResult LegoPathController::Tickle()
|
|
{
|
|
// TODO
|
|
return 0;
|
|
}
|