mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
initial commit
This commit is contained in:
10
lib/mxdirectdraw.h
Normal file
10
lib/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