mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-03 05:31:17 +00:00
13 lines
188 B
C++
13 lines
188 B
C++
#include "mxdsfile.h"
|
|
|
|
// OFFSET: LEGO1 0x100c0120
|
|
const char* MxDSFile::GetClassName() {
|
|
return "MxDSFile";
|
|
}
|
|
|
|
unsigned long MxDSFile::GetBufferSize()
|
|
{
|
|
return this->m_buffersize;
|
|
}
|
|
|