mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-03-24 21:49:42 -04:00
17 lines
340 B
C++
17 lines
340 B
C++
#include "mxstreamprovider.h"
|
|
|
|
#include "decomp.h"
|
|
|
|
DECOMP_SIZE_ASSERT(MxStreamProvider, 0x10);
|
|
|
|
// FUNCTION: LEGO1 0x100d07c0
|
|
MxResult MxStreamProvider::SetResourceToGet(MxStreamController* p_resource)
|
|
{
|
|
m_pLookup = p_resource;
|
|
return SUCCESS;
|
|
}
|
|
|
|
// FUNCTION: LEGO1 0x100d07d0
|
|
void MxStreamProvider::VTable0x20(MxDSAction* p_action)
|
|
{
|
|
}
|