isle-portable/LEGO1/mxdirectdraw.h
2023-05-05 02:54:17 -07:00

10 lines
162 B
C++

#ifndef MXDIRECTDRAW_H
#define MXDIRECTDRAW_H
class MxDirectDraw
{
public:
__declspec(dllexport) static int GetPrimaryBitDepth();
};
#endif // MXDIRECTDRAW_H