fix(api): relative paths (#78)

This commit is contained in:
Xenxo Espasandín 2023-02-24 20:05:21 +01:00 committed by GitHub
parent c0fd2a1b69
commit dc8be10fb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <src/stdinc.hpp>
#include "../src/stdinc.hpp"
#ifdef XSK_GSC_IW5_PC
#include <src/iw5/iw5_pc.hpp>
#include "../src/iw5/iw5_pc.hpp"
#endif
#ifdef XSK_GSC_T6_PC
#include <src/t6/t6.hpp>
#include "../src/t6/t6.hpp"
#endif