1
0
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:
FunkyFr3sh 2024-06-16 05:37:55 +02:00
parent 0ce1f4970c
commit f82987ceec

View File

@ -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)
{