mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-14 03:31:14 +00:00
* Reorganize sources * Refactor * Remove relative paths * Renames * Fix gitignore * Remove stuff * Try fixing format script * Fix format * Fix format * Fix naming script * Test format * Fix format
21 lines
290 B
C++
21 lines
290 B
C++
#include "legopathcontroller.h"
|
|
|
|
// STUB: LEGO1 0x10044f40
|
|
LegoPathController::LegoPathController()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x10045740
|
|
LegoPathController::~LegoPathController()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x10045c10
|
|
MxResult LegoPathController::Tickle()
|
|
{
|
|
// TODO
|
|
return SUCCESS;
|
|
}
|