summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/FileSystem/ImageImpoter.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Engine/FileSystem/ImageImpoter.h')
-rw-r--r--Source/Asura.Engine/FileSystem/ImageImpoter.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/Source/Asura.Engine/FileSystem/ImageImpoter.h b/Source/Asura.Engine/FileSystem/ImageImpoter.h
new file mode 100644
index 0000000..ca7cb9a
--- /dev/null
+++ b/Source/Asura.Engine/FileSystem/ImageImpoter.h
@@ -0,0 +1,20 @@
+#ifndef __AE_IMAGE_IMPORTER_H__
+#define __AE_IMAGE_IMPORTER_H___
+
+namespace AsuraEngine
+{
+ namespace Filesystem
+ {
+
+ ///
+ /// .asrimage
+ ///
+ class ImageImporter
+ {
+
+ };
+
+ }
+}
+
+#endif \ No newline at end of file