mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 15:48:09 -05:00
10 lines
126 B
C++
10 lines
126 B
C++
#ifndef MXIOINFO_H
|
|
#define MXIOINFO_H
|
|
|
|
class MXIOINFO
|
|
{
|
|
public:
|
|
__declspec(dllexport) ~MXIOINFO();
|
|
};
|
|
|
|
#endif // MXIOINFO_H
|