mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
MxStream provider and controller vtables (#191)
* MxStreamProvider and MxRamStreamProvider vtable * Update mxramstreamprovider.h * Match IsA * Fixes, improvements --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
17
LEGO1/mxstreamprovider.cpp
Normal file
17
LEGO1/mxstreamprovider.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#include "decomp.h"
|
||||
#include "mxstreamprovider.h"
|
||||
|
||||
DECOMP_SIZE_ASSERT(MxStreamProvider, 0x10);
|
||||
|
||||
// OFFSET: LEGO1 0x100d07c0
|
||||
MxResult MxStreamProvider::SetResourceToGet(void* p_resource)
|
||||
{
|
||||
m_pLookup = p_resource;
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x100d07d0
|
||||
void MxStreamProvider::vtable0x20(undefined4 p_unknown1)
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user