1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-05-16 15:51:26 -04:00
isle/LEGO1/legopathcontroller.cpp

21 lines
309 B
C++
Raw Normal View History

#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;
}