add header
This commit is contained in:
parent
0ce1f4970c
commit
f82987ceec
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue