add missing header
This commit is contained in:
parent
ec8e2791fe
commit
8b42dbddba
4 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
#include "ddpalette.h"
|
#include "ddpalette.h"
|
||||||
#include "ddsurface.h"
|
#include "ddsurface.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
#include "hook.h"
|
||||||
|
|
||||||
|
|
||||||
HRESULT __stdcall IDirectDraw__QueryInterface(IDirectDrawImpl* This, REFIID riid, LPVOID FAR* ppvObj)
|
HRESULT __stdcall IDirectDraw__QueryInterface(IDirectDrawImpl* This, REFIID riid, LPVOID FAR* ppvObj)
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
#include "ddsurface.h"
|
#include "ddsurface.h"
|
||||||
#include "wndproc.h"
|
#include "wndproc.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
#include "hook.h"
|
||||||
|
|
||||||
|
|
||||||
double g_dbg_frame_time = 0;
|
double g_dbg_frame_time = 0;
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
#include "opengl_utils.h"
|
#include "opengl_utils.h"
|
||||||
#include "dd.h"
|
#include "dd.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
#include "hook.h"
|
||||||
|
|
||||||
PFNWGLCREATECONTEXTPROC xwglCreateContext;
|
PFNWGLCREATECONTEXTPROC xwglCreateContext;
|
||||||
PFNWGLDELETECONTEXTPROC xwglDeleteContext;
|
PFNWGLDELETECONTEXTPROC xwglDeleteContext;
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
#include "blt.h"
|
#include "blt.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "D3d9types.h"
|
#include "D3d9types.h"
|
||||||
|
#include "hook.h"
|
||||||
|
|
||||||
|
|
||||||
static BOOL d3d9_create_resources();
|
static BOOL d3d9_create_resources();
|
||||||
|
|
Loading…
Reference in a new issue