new(api): include header (#76)
This commit is contained in:
parent
c515ef6890
commit
c0fd2a1b69
24
include/gsc_api.hpp
Normal file
24
include/gsc_api.hpp
Normal file
@ -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 <src/stdinc.hpp>
|
||||||
|
|
||||||
|
#ifdef XSK_GSC_IW5_PC
|
||||||
|
#include <src/iw5/iw5_pc.hpp>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef XSK_GSC_T6_PC
|
||||||
|
#include <src/t6/t6.hpp>
|
||||||
|
#endif
|
Loading…
Reference in New Issue
Block a user