isle-portable/LEGO1/mxdirectdraw.h

11 lines
162 B
C
Raw Normal View History

2023-04-27 22:19:39 -04:00
#ifndef MXDIRECTDRAW_H
#define MXDIRECTDRAW_H
class MxDirectDraw
{
public:
__declspec(dllexport) static int GetPrimaryBitDepth();
};
#endif // MXDIRECTDRAW_H