diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-06-30 07:08:50 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-06-30 07:08:50 +0200 |
commit | a15f3ddb8b0e80fd62ba462903ae323b421c51a4 (patch) | |
tree | 43e19601d9d8ccf3f179b79b5ad483772116bd87 /src/render/MBlur.cpp | |
parent | Rename IsAnyButtonPressed to CheckForInput (diff) | |
download | re3-a15f3ddb8b0e80fd62ba462903ae323b421c51a4.tar re3-a15f3ddb8b0e80fd62ba462903ae323b421c51a4.tar.gz re3-a15f3ddb8b0e80fd62ba462903ae323b421c51a4.tar.bz2 re3-a15f3ddb8b0e80fd62ba462903ae323b421c51a4.tar.lz re3-a15f3ddb8b0e80fd62ba462903ae323b421c51a4.tar.xz re3-a15f3ddb8b0e80fd62ba462903ae323b421c51a4.tar.zst re3-a15f3ddb8b0e80fd62ba462903ae323b421c51a4.zip |
Diffstat (limited to 'src/render/MBlur.cpp')
-rw-r--r-- | src/render/MBlur.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/MBlur.cpp b/src/render/MBlur.cpp index fe30ee0b..ec811e56 100644 --- a/src/render/MBlur.cpp +++ b/src/render/MBlur.cpp @@ -1,5 +1,7 @@ #define WITHWINDOWS +#ifndef LIBRW #define WITHD3D +#endif #include "common.h" #ifndef LIBRW #include <d3d8caps.h> |