aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/util.cpp
diff options
context:
space:
mode:
authorĽubomír Remák2018-07-21 17:37:23 +0200
committerEugene Sandulenko2018-08-25 23:12:01 +0200
commit2e656e69b3b9416f5164f0963951df203f4978e5 (patch)
tree21320d109d41d6c3acd102aaddac3599d21c1b88 /engines/mutationofjb/util.cpp
parent6c4ae7f19883dd7fa6de4fc3234351f1e33ba7a3 (diff)
downloadscummvm-rg350-2e656e69b3b9416f5164f0963951df203f4978e5.tar.gz
scummvm-rg350-2e656e69b3b9416f5164f0963951df203f4978e5.tar.bz2
scummvm-rg350-2e656e69b3b9416f5164f0963951df203f4978e5.zip
MUTATIONOFJB: Blit with threshold.
Diffstat (limited to 'engines/mutationofjb/util.cpp')
-rw-r--r--engines/mutationofjb/util.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mutationofjb/util.cpp b/engines/mutationofjb/util.cpp
index 6d7c02a293..72d2d0f7e1 100644
--- a/engines/mutationofjb/util.cpp
+++ b/engines/mutationofjb/util.cpp
@@ -21,8 +21,10 @@
*/
#include "mutationofjb/util.h"
+
#include "common/str.h"
#include "common/translation.h"
+
#include "engines/engine.h"
namespace MutationOfJB {