From dc8be10fb62aabea7eee2841c0bcdf4a7c2de46d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xenxo=20Espasand=C3=ADn?= Date: Fri, 24 Feb 2023 20:05:21 +0100 Subject: [PATCH] fix(api): relative paths (#78) --- include/gsc_api.hpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/include/gsc_api.hpp b/include/gsc_api.hpp index e157964d..68150387 100644 --- a/include/gsc_api.hpp +++ b/include/gsc_api.hpp @@ -6,19 +6,19 @@ #pragma once #ifdef _WINDOWS_ - #undef ERROR - #undef IN - #undef TRUE - #undef FALSE - #undef far +#undef ERROR +#undef IN +#undef TRUE +#undef FALSE +#undef far #endif -#include +#include "../src/stdinc.hpp" #ifdef XSK_GSC_IW5_PC -#include +#include "../src/iw5/iw5_pc.hpp" #endif #ifdef XSK_GSC_T6_PC -#include +#include "../src/t6/t6.hpp" #endif