diff options
author | chai <chaifix@163.com> | 2019-01-19 22:02:41 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-19 22:02:41 +0800 |
commit | d570df7decd9a4f19c66b2d2d57a54652f0f9b7e (patch) | |
tree | 56d963d33f42094bdd620e98e37ea9e5aa71324c /Source/Asura.Engine/FileSystem | |
parent | ed55634426e42bb151f6c1710d8d0446e8ece8e1 (diff) |
*misc
Diffstat (limited to 'Source/Asura.Engine/FileSystem')
-rw-r--r-- | Source/Asura.Engine/FileSystem/AnimationImpoter.h | 20 | ||||
-rw-r--r-- | Source/Asura.Engine/FileSystem/Asset.h | 2 | ||||
-rw-r--r-- | Source/Asura.Engine/FileSystem/ImageImpoter.h | 20 | ||||
-rw-r--r-- | Source/Asura.Engine/FileSystem/Importer.Animation.cpp | 0 | ||||
-rw-r--r-- | Source/Asura.Engine/FileSystem/Importer.Asset.cpp | 3 | ||||
-rw-r--r-- | Source/Asura.Engine/FileSystem/Importer.Image.cpp | 0 | ||||
-rw-r--r-- | Source/Asura.Engine/FileSystem/Importer.Sprite.cpp | 0 | ||||
-rw-r--r-- | Source/Asura.Engine/FileSystem/Importer.StateMap.cpp | 0 | ||||
-rw-r--r-- | Source/Asura.Engine/FileSystem/Importer.cpp | 0 | ||||
-rw-r--r-- | Source/Asura.Engine/FileSystem/Importer.h | 4 | ||||
-rw-r--r-- | Source/Asura.Engine/FileSystem/ParticleSystemImpoter.h | 20 | ||||
-rw-r--r-- | Source/Asura.Engine/FileSystem/SpriteImpoter.h | 20 |
12 files changed, 8 insertions, 81 deletions
diff --git a/Source/Asura.Engine/FileSystem/AnimationImpoter.h b/Source/Asura.Engine/FileSystem/AnimationImpoter.h deleted file mode 100644 index 57fdfdb..0000000 --- a/Source/Asura.Engine/FileSystem/AnimationImpoter.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef __AE_IMAGE_IMPORTER_H__ -#define __AE_IMAGE_IMPORTER_H___ - -namespace AsuraEngine -{ - namespace Filesystem - { - - /// - /// .asranimation - /// - class AnimationImporter - { - - }; - - } -} - -#endif
\ No newline at end of file diff --git a/Source/Asura.Engine/FileSystem/Asset.h b/Source/Asura.Engine/FileSystem/Asset.h index 9fc6607..e96d36b 100644 --- a/Source/Asura.Engine/FileSystem/Asset.h +++ b/Source/Asura.Engine/FileSystem/Asset.h @@ -9,7 +9,7 @@ namespace AsuraEngine { /// - /// AssetΪ + /// AssetΪһassetļжȡ /// class Asset : public Object { diff --git a/Source/Asura.Engine/FileSystem/ImageImpoter.h b/Source/Asura.Engine/FileSystem/ImageImpoter.h deleted file mode 100644 index ca7cb9a..0000000 --- a/Source/Asura.Engine/FileSystem/ImageImpoter.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef __AE_IMAGE_IMPORTER_H__ -#define __AE_IMAGE_IMPORTER_H___ - -namespace AsuraEngine -{ - namespace Filesystem - { - - /// - /// .asrimage - /// - class ImageImporter - { - - }; - - } -} - -#endif
\ No newline at end of file diff --git a/Source/Asura.Engine/FileSystem/Importer.Animation.cpp b/Source/Asura.Engine/FileSystem/Importer.Animation.cpp new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Source/Asura.Engine/FileSystem/Importer.Animation.cpp diff --git a/Source/Asura.Engine/FileSystem/Importer.Asset.cpp b/Source/Asura.Engine/FileSystem/Importer.Asset.cpp new file mode 100644 index 0000000..0af7436 --- /dev/null +++ b/Source/Asura.Engine/FileSystem/Importer.Asset.cpp @@ -0,0 +1,3 @@ +#include "Importer.h" + +// ԶԴ diff --git a/Source/Asura.Engine/FileSystem/Importer.Image.cpp b/Source/Asura.Engine/FileSystem/Importer.Image.cpp new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Source/Asura.Engine/FileSystem/Importer.Image.cpp diff --git a/Source/Asura.Engine/FileSystem/Importer.Sprite.cpp b/Source/Asura.Engine/FileSystem/Importer.Sprite.cpp new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Source/Asura.Engine/FileSystem/Importer.Sprite.cpp diff --git a/Source/Asura.Engine/FileSystem/Importer.StateMap.cpp b/Source/Asura.Engine/FileSystem/Importer.StateMap.cpp new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Source/Asura.Engine/FileSystem/Importer.StateMap.cpp diff --git a/Source/Asura.Engine/FileSystem/Importer.cpp b/Source/Asura.Engine/FileSystem/Importer.cpp new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Source/Asura.Engine/FileSystem/Importer.cpp diff --git a/Source/Asura.Engine/FileSystem/Importer.h b/Source/Asura.Engine/FileSystem/Importer.h index b343a92..16689e9 100644 --- a/Source/Asura.Engine/FileSystem/Importer.h +++ b/Source/Asura.Engine/FileSystem/Importer.h @@ -6,6 +6,10 @@ namespace AsuraEngine namespace Filesystem { + /// + /// ⲿԴΪAssetڸԴmanagerͬimporterǸ.asrļĸtagimage + /// importImage룬assetimportAsset롣ԶԴûָimporterasset롣 + /// class Importer { diff --git a/Source/Asura.Engine/FileSystem/ParticleSystemImpoter.h b/Source/Asura.Engine/FileSystem/ParticleSystemImpoter.h deleted file mode 100644 index 92796f3..0000000 --- a/Source/Asura.Engine/FileSystem/ParticleSystemImpoter.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef __AE_IMAGE_IMPORTER_H__ -#define __AE_IMAGE_IMPORTER_H___ - -namespace AsuraEngine -{ - namespace Filesystem - { - - /// - /// .asrparticle system - /// - class ParticleSystemImporter - { - - }; - - } -} - -#endif
\ No newline at end of file diff --git a/Source/Asura.Engine/FileSystem/SpriteImpoter.h b/Source/Asura.Engine/FileSystem/SpriteImpoter.h deleted file mode 100644 index 0e157c1..0000000 --- a/Source/Asura.Engine/FileSystem/SpriteImpoter.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef __AE_IMAGE_IMPORTER_H__ -#define __AE_IMAGE_IMPORTER_H___ - -namespace AsuraEngine -{ - namespace Filesystem - { - - /// - /// .asrsprite - /// - class SpriteImporter - { - - }; - - } -} - -#endif
\ No newline at end of file |