From a599f04ea75c0884c2f08a9163e2ab0d53ce39e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xenxo=20Espasand=C3=ADn?= Date: Fri, 24 Feb 2023 17:45:56 +0100 Subject: [PATCH] new(api): include header (#76) --- include/gsc_api.hpp | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 include/gsc_api.hpp diff --git a/include/gsc_api.hpp b/include/gsc_api.hpp new file mode 100644 index 00000000..e157964d --- /dev/null +++ b/include/gsc_api.hpp @@ -0,0 +1,24 @@ +// Copyright 2023 xensik. All rights reserved. +// +// Use of this source code is governed by a GNU GPLv3 license +// that can be found in the LICENSE file. + +#pragma once + +#ifdef _WINDOWS_ + #undef ERROR + #undef IN + #undef TRUE + #undef FALSE + #undef far +#endif + +#include + +#ifdef XSK_GSC_IW5_PC +#include +#endif + +#ifdef XSK_GSC_T6_PC +#include +#endif