diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-01-16 14:44:59 +0100 |
---|---|---|
committer | shfil <filip.gawin@zoho.com> | 2021-01-17 21:32:54 +0100 |
commit | 5a47379bf5f011a65c1d0f88a0cb5f2130feb9db (patch) | |
tree | d3b13533c6058d2b26035d180e4a7e8b735c283c /src/core/re3.cpp | |
parent | vehicle fixes (diff) | |
download | re3-5a47379bf5f011a65c1d0f88a0cb5f2130feb9db.tar re3-5a47379bf5f011a65c1d0f88a0cb5f2130feb9db.tar.gz re3-5a47379bf5f011a65c1d0f88a0cb5f2130feb9db.tar.bz2 re3-5a47379bf5f011a65c1d0f88a0cb5f2130feb9db.tar.lz re3-5a47379bf5f011a65c1d0f88a0cb5f2130feb9db.tar.xz re3-5a47379bf5f011a65c1d0f88a0cb5f2130feb9db.tar.zst re3-5a47379bf5f011a65c1d0f88a0cb5f2130feb9db.zip |
Diffstat (limited to 'src/core/re3.cpp')
-rw-r--r-- | src/core/re3.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/re3.cpp b/src/core/re3.cpp index 6117462a..a4b76269 100644 --- a/src/core/re3.cpp +++ b/src/core/re3.cpp @@ -1,7 +1,6 @@ #include <csignal> #define WITHWINDOWS #include "common.h" -#include "crossplatform.h" #include "Renderer.h" #include "Credits.h" #include "Camera.h" @@ -36,6 +35,10 @@ #include "ControllerConfig.h" #endif +#ifdef DONT_TRUST_RECOGNIZED_JOYSTICKS +#include "crossplatform.h" +#endif + #ifndef _WIN32 #include "assert.h" #include <stdarg.h> |