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:
parent
0ce1f4970c
commit
f82987ceec
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user