diff options
author | chai <chaifix@163.com> | 2019-03-18 00:17:41 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-03-18 00:17:41 +0800 |
commit | 9c0c9c9284b4cea07656a5e91eaf90adb961a38e (patch) | |
tree | c6bb935775691eb8ed8df88ef988391dfc725b43 /Source/Asura.Engine/graphics/image_data.cpp | |
parent | 8c047249a3d32f7e03f8bc0cae6861f4f388e3f4 (diff) |
*luax
Diffstat (limited to 'Source/Asura.Engine/graphics/image_data.cpp')
-rw-r--r-- | Source/Asura.Engine/graphics/image_data.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Asura.Engine/graphics/image_data.cpp b/Source/Asura.Engine/graphics/image_data.cpp index 68781a1..821bfd6 100644 --- a/Source/Asura.Engine/graphics/image_data.cpp +++ b/Source/Asura.Engine/graphics/image_data.cpp @@ -1,6 +1,6 @@ -#include "ImageData.h" -#include "PNGDecoder.h" -#include "STBDecoder.h" +#include "image_data.h" +#include "png_decoder.h" +#include "stb_decoder.h" namespace AsuraEngine { |