mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-23 08:08:03 -05:00
5ab993bfda
* cleanup: fix all improper uses of MxResult
20 lines
315 B
C++
20 lines
315 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 SUCCESS;
|
|
}
|