summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/graphics/image_data.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-03-18 00:17:41 +0800
committerchai <chaifix@163.com>2019-03-18 00:17:41 +0800
commit9c0c9c9284b4cea07656a5e91eaf90adb961a38e (patch)
treec6bb935775691eb8ed8df88ef988391dfc725b43 /Source/Asura.Engine/graphics/image_data.cpp
parent8c047249a3d32f7e03f8bc0cae6861f4f388e3f4 (diff)
*luax
Diffstat (limited to 'Source/Asura.Engine/graphics/image_data.cpp')
-rw-r--r--Source/Asura.Engine/graphics/image_data.cpp6
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
{