diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-07-29 14:34:57 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-07-29 14:34:57 +0200 |
commit | acdc52116ea78b4ebf065b23b0cd48d7e41c711a (patch) | |
tree | d50d8667825d3d9e9f99d4948d349e1ffc4e3f97 /src/core/Pad.cpp | |
parent | some fakerw additions for shadows; update librw (diff) | |
parent | Add forgotten file (diff) | |
download | re3-acdc52116ea78b4ebf065b23b0cd48d7e41c711a.tar re3-acdc52116ea78b4ebf065b23b0cd48d7e41c711a.tar.gz re3-acdc52116ea78b4ebf065b23b0cd48d7e41c711a.tar.bz2 re3-acdc52116ea78b4ebf065b23b0cd48d7e41c711a.tar.lz re3-acdc52116ea78b4ebf065b23b0cd48d7e41c711a.tar.xz re3-acdc52116ea78b4ebf065b23b0cd48d7e41c711a.tar.zst re3-acdc52116ea78b4ebf065b23b0cd48d7e41c711a.zip |
Diffstat (limited to 'src/core/Pad.cpp')
-rw-r--r-- | src/core/Pad.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Pad.cpp b/src/core/Pad.cpp index 8043bb6c..cfe79dcc 100644 --- a/src/core/Pad.cpp +++ b/src/core/Pad.cpp @@ -8,6 +8,7 @@ #include "common.h" #include "crossplatform.h" +#include "platform.h" #ifdef XINPUT #include <xinput.h> #pragma comment( lib, "Xinput9_1_0.lib" ) |