1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

add missing header

This commit is contained in:
FunkyFr3sh 2023-08-03 07:19:27 +02:00
parent 57b42d9d5d
commit 107d09e1d9

View File

@ -5,6 +5,7 @@
#include "hook.h"
#include "dd.h"
#include "mouse.h"
#include "config.h"
#ifdef _MSC_VER
#include "detours.h"