add a header file for d3d9 renderer

This commit is contained in:
FunkyFr3sh 2018-10-15 00:57:05 +02:00
parent 28c9886dbe
commit 59f0f4d9b2
6 changed files with 102 additions and 99 deletions

View file

@ -30,6 +30,9 @@
extern BOOL ShowDriverWarning;
BOOL detect_cutscene();
DWORD WINAPI render_soft_main(void);
struct IDirectDrawImpl;
struct IDirectDrawImplVtbl;
struct IDirectDrawSurfaceImpl;