mirror of
https://github.com/isledecomp/isle.git
synced 2026-05-05 22:43:56 +00:00
9 lines
159 B
C++
9 lines
159 B
C++
#include "mxstreamchunk.h"
|
|
|
|
// STUB: LEGO1 0x100c3050
|
|
MxResult MxStreamChunk::ReadChunk(MxDSBuffer* p_buffer, MxU8* p_chunkData)
|
|
{
|
|
// TODO
|
|
return FAILURE;
|
|
}
|