mirror of
https://github.com/isledecomp/isle.git
synced 2025-03-19 19:30:28 -04:00
7 lines
96 B
C++
7 lines
96 B
C++
|
#include "mxdsfile.h"
|
||
|
|
||
|
unsigned long MxDSFile::GetBufferSize()
|
||
|
{
|
||
|
return this->m_buffersize;
|
||
|
}
|