add Dungeon Keeper preset + required hack

This commit is contained in:
FunkyFr3sh 2018-10-30 21:48:01 +01:00
parent 82b245228c
commit 737a26bfb3
4 changed files with 10 additions and 1 deletions

View file

@ -51,5 +51,6 @@ struct IDirectDrawPaletteImplVtbl
} IDirectDrawPaletteImplVtbl;
HRESULT __stdcall ddraw_CreatePalette(IDirectDrawImpl *This, DWORD dwFlags, LPPALETTEENTRY DDColorArray, LPDIRECTDRAWPALETTE FAR * DDPalette, IUnknown FAR * unkOuter);
extern IDirectDrawPaletteImpl *LastFreedPalette;
#endif