isle-portable/LEGO1/mxdirectdraw.h

13 lines
250 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) int FlipToGDISurface();
2023-04-27 22:19:39 -04:00
__declspec(dllexport) static int GetPrimaryBitDepth();
__declspec(dllexport) int Pause(int);
2023-04-27 22:19:39 -04:00
};
#endif // MXDIRECTDRAW_H