1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-03-28 23:52:32 -04:00
isle/LEGO1/mxioinfo.h
2023-06-12 18:05:43 +02:00

10 lines
126 B
C++

#ifndef MXIOINFO_H
#define MXIOINFO_H
class MXIOINFO
{
public:
__declspec(dllexport) ~MXIOINFO();
};
#endif // MXIOINFO_H