mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
11 lines
127 B
C++
11 lines
127 B
C++
#ifndef MXDSFILE_H
|
|
#define MXDSFILE_H
|
|
|
|
class MxDSFile
|
|
{
|
|
public:
|
|
__declspec(dllexport) long Close();
|
|
};
|
|
|
|
#endif // MXDSFILE_H
|