mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-26 17:36:12 -05: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)
|
|
{
|
|
}
|