mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
fix build
This commit is contained in:
parent
d3058ecc17
commit
e44f31023e
@ -47,6 +47,12 @@ MxResult MxDiskStreamController::Open(const char* p_filename)
|
||||
return result;
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100c7880
|
||||
MxResult MxDiskStreamController::VTable0x18(undefined4, undefined4)
|
||||
{
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100c7890
|
||||
MxResult MxDiskStreamController::FUN_100c7890(MxDSStreamingAction* p_action)
|
||||
{
|
||||
@ -61,12 +67,6 @@ MxResult MxDiskStreamController::FUN_100c7890(MxDSStreamingAction* p_action)
|
||||
}
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100c7880
|
||||
MxResult MxDiskStreamController::VTable0x18(undefined4, undefined4)
|
||||
{
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100c7960
|
||||
MxResult MxDiskStreamController::VTable0x34(undefined4)
|
||||
{
|
||||
|
||||
@ -132,7 +132,7 @@ MxResult MxDiskStreamProvider::FUN_100d1780(MxDSStreamingAction* p_action)
|
||||
void MxDiskStreamProvider::PerformWork()
|
||||
{
|
||||
// TODO
|
||||
OutputDebugStringA("work is not being preformed.");
|
||||
OutputDebugStringA("work is not being preformed.\n");
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100d1af0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user