mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
add missing header
This commit is contained in:
parent
ec8e2791fe
commit
8b42dbddba
@ -7,6 +7,7 @@
|
||||
#include "ddpalette.h"
|
||||
#include "ddsurface.h"
|
||||
#include "debug.h"
|
||||
#include "hook.h"
|
||||
|
||||
|
||||
HRESULT __stdcall IDirectDraw__QueryInterface(IDirectDrawImpl* This, REFIID riid, LPVOID FAR* ppvObj)
|
||||
|
@ -6,6 +6,7 @@
|
||||
#include "ddsurface.h"
|
||||
#include "wndproc.h"
|
||||
#include "debug.h"
|
||||
#include "hook.h"
|
||||
|
||||
|
||||
double g_dbg_frame_time = 0;
|
||||
|
@ -3,6 +3,7 @@
|
||||
#include "opengl_utils.h"
|
||||
#include "dd.h"
|
||||
#include "debug.h"
|
||||
#include "hook.h"
|
||||
|
||||
PFNWGLCREATECONTEXTPROC xwglCreateContext;
|
||||
PFNWGLDELETECONTEXTPROC xwglDeleteContext;
|
||||
|
@ -11,6 +11,7 @@
|
||||
#include "blt.h"
|
||||
#include "debug.h"
|
||||
#include "D3d9types.h"
|
||||
#include "hook.h"
|
||||
|
||||
|
||||
static BOOL d3d9_create_resources();
|
||||
|
Loading…
x
Reference in New Issue
Block a user