mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -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)
|
|
{
|
|
}
|