1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-24 17:49:52 +01:00

add header

This commit is contained in:
FunkyFr3sh 2024-06-16 05:37:55 +02:00
parent 0ce1f4970c
commit f82987ceec

View File

@ -1,6 +1,7 @@
#include <windows.h> #include <windows.h>
#include <windowsx.h> #include <windowsx.h>
#include <math.h> #include <math.h>
#include <intrin.h>
#include "debug.h" #include "debug.h"
#include "config.h" #include "config.h"
#include "dd.h" #include "dd.h"
@ -19,6 +20,7 @@
#include "hook.h" #include "hook.h"
#include "directinput.h" #include "directinput.h"
#pragma intrinsic(_ReturnAddress)
BOOL WINAPI fake_GetCursorPos(LPPOINT lpPoint) BOOL WINAPI fake_GetCursorPos(LPPOINT lpPoint)
{ {