Add GetDeviceModeFinder to WndProc (#102)

This commit is contained in:
Christian Semmler
2023-08-06 16:26:14 -04:00
committed by GitHub
parent b59d8ef5cf
commit d41b7f2ca4
5 changed files with 43 additions and 13 deletions

View File

@@ -3,11 +3,11 @@
#define MXDIRECTDRAW_H
#include <ddraw.h>
#include <Windows.h>
#include <windows.h>
extern BOOL g_is_PALETTEINDEXED8;
//size 0x880
// SIZE 0x880
class MxDirectDraw
{
public: