diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-04-28 18:29:15 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-04-28 21:19:23 +0200 |
commit | 2398eb6ed4832fd7b8eec778981cbd974b89634f (patch) | |
tree | e68c8db6c58fa993a0196f4f663a0064c4b17390 /core/image.cpp | |
parent | 0a613ff9707634fcb93a009813bbbad040a4d6d8 (diff) | |
download | redot-engine-2398eb6ed4832fd7b8eec778981cbd974b89634f.tar.gz |
Move core thirdparty files to thirdparty/{minizip,misc}
Diffstat (limited to 'core/image.cpp')
-rw-r--r-- | core/image.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/image.cpp b/core/image.cpp index 8a09dc1a8c..b81d92fa33 100644 --- a/core/image.cpp +++ b/core/image.cpp @@ -32,9 +32,10 @@ #include "core/io/image_loader.h" #include "core/os/copymem.h" #include "hash_map.h" -#include "hq2x.h" #include "print_string.h" +#include "thirdparty/misc/hq2x.h" + #include <stdio.h> const char *Image::format_names[Image::FORMAT_MAX] = { |