gsc-tool/include/gsc_api.hpp

25 lines
402 B
C++
Raw Normal View History

2023-02-24 11:45:56 -05:00
// 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_
2023-02-24 14:05:21 -05:00
#undef ERROR
#undef IN
#undef TRUE
#undef FALSE
#undef far
2023-02-24 11:45:56 -05:00
#endif
2023-02-24 14:05:21 -05:00
#include "../src/stdinc.hpp"
2023-02-24 11:45:56 -05:00
#ifdef XSK_GSC_IW5_PC
2023-02-24 14:05:21 -05:00
#include "../src/iw5/iw5_pc.hpp"
2023-02-24 11:45:56 -05:00
#endif
#ifdef XSK_GSC_T6_PC
2023-02-24 14:05:21 -05:00
#include "../src/t6/t6.hpp"
2023-02-24 11:45:56 -05:00
#endif