mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 03:01:17 +00:00
5 lines
97 B
C++
5 lines
97 B
C++
#include "mxdsfile.h"
|
|
|
|
unsigned long MxDSFile::GetBufferSize() {
|
|
return this->m_buffersize;
|
|
} |