mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
reorganized repo, implemented mxcore
This commit is contained in:
10
LEGO1/mxdirectdraw.h
Normal file
10
LEGO1/mxdirectdraw.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef MXDIRECTDRAW_H
|
||||
#define MXDIRECTDRAW_H
|
||||
|
||||
class MxDirectDraw
|
||||
{
|
||||
public:
|
||||
__declspec(dllexport) static int GetPrimaryBitDepth();
|
||||
};
|
||||
|
||||
#endif // MXDIRECTDRAW_H
|
||||
Reference in New Issue
Block a user