mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
add header
This commit is contained in:
parent
0ce1f4970c
commit
f82987ceec
@ -1,6 +1,7 @@
|
||||
#include <windows.h>
|
||||
#include <windowsx.h>
|
||||
#include <math.h>
|
||||
#include <intrin.h>
|
||||
#include "debug.h"
|
||||
#include "config.h"
|
||||
#include "dd.h"
|
||||
@ -19,6 +20,7 @@
|
||||
#include "hook.h"
|
||||
#include "directinput.h"
|
||||
|
||||
#pragma intrinsic(_ReturnAddress)
|
||||
|
||||
BOOL WINAPI fake_GetCursorPos(LPPOINT lpPoint)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user