mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00

This declares a bunch of classes and functions for us, as well as fixes some declarations that were slightly incorrect (e.g. missing "virtual", etc)
11 lines
126 B
C++
Executable File
11 lines
126 B
C++
Executable File
#ifndef MXIOINFO_H
|
|
#define MXIOINFO_H
|
|
|
|
class MXIOINFO
|
|
{
|
|
public:
|
|
__declspec(dllexport) ~MXIOINFO();
|
|
};
|
|
|
|
#endif // MXIOINFO_H
|