isle-portable/lib/mxdsfile.h

11 lines
127 B
C
Raw Normal View History

2023-04-27 22:19:39 -04:00
#ifndef MXDSFILE_H
#define MXDSFILE_H
class MxDSFile
{
public:
__declspec(dllexport) long Close();
};
#endif // MXDSFILE_H