mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -05:00
b4258da0f5
* MxLong Tickle() -> MxResult Tickle() * Remove garbage * Fix implementations
21 lines
334 B
C++
21 lines
334 B
C++
#include "mxdiskstreamcontroller.h"
|
|
|
|
// OFFSET: LEGO1 0x100c7120 STUB
|
|
MxDiskStreamController::MxDiskStreamController()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100c7530 STUB
|
|
MxDiskStreamController::~MxDiskStreamController()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100c8640 STUB
|
|
MxResult MxDiskStreamController::Tickle()
|
|
{
|
|
// TODO
|
|
|
|
return 0;
|
|
}
|