diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-04-21 12:28:06 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-04-22 04:24:02 +0200 |
commit | c80403a2e0aa337968d77f5d4bcc33cdc91eeac1 (patch) | |
tree | 76408ff0065d0d72a5cd02774a91b50abe3bf025 /src/core/Game.cpp | |
parent | librw skin pipe (diff) | |
download | re3-c80403a2e0aa337968d77f5d4bcc33cdc91eeac1.tar re3-c80403a2e0aa337968d77f5d4bcc33cdc91eeac1.tar.gz re3-c80403a2e0aa337968d77f5d4bcc33cdc91eeac1.tar.bz2 re3-c80403a2e0aa337968d77f5d4bcc33cdc91eeac1.tar.lz re3-c80403a2e0aa337968d77f5d4bcc33cdc91eeac1.tar.xz re3-c80403a2e0aa337968d77f5d4bcc33cdc91eeac1.tar.zst re3-c80403a2e0aa337968d77f5d4bcc33cdc91eeac1.zip |
Diffstat (limited to 'src/core/Game.cpp')
-rw-r--r-- | src/core/Game.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/Game.cpp b/src/core/Game.cpp index 6f3eee29..bfe6eee3 100644 --- a/src/core/Game.cpp +++ b/src/core/Game.cpp @@ -1,7 +1,5 @@ #pragma warning( push ) #pragma warning( disable : 4005) -#define DIRECTINPUT_VERSION 0x0800 -#include <dinput.h> #pragma warning( pop ) #include "common.h" #include "win.h" |