mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
initial commit
This commit is contained in:
10
lib/mxdsfile.h
Normal file
10
lib/mxdsfile.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef MXDSFILE_H
|
||||
#define MXDSFILE_H
|
||||
|
||||
class MxDSFile
|
||||
{
|
||||
public:
|
||||
__declspec(dllexport) long Close();
|
||||
};
|
||||
|
||||
#endif // MXDSFILE_H
|
Reference in New Issue
Block a user