diff options
Diffstat (limited to 'Source/Asura.Engine/FileSystem/AnimationImpoter.h')
-rw-r--r-- | Source/Asura.Engine/FileSystem/AnimationImpoter.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Source/Asura.Engine/FileSystem/AnimationImpoter.h b/Source/Asura.Engine/FileSystem/AnimationImpoter.h new file mode 100644 index 0000000..57fdfdb --- /dev/null +++ b/Source/Asura.Engine/FileSystem/AnimationImpoter.h @@ -0,0 +1,20 @@ +#ifndef __AE_IMAGE_IMPORTER_H__ +#define __AE_IMAGE_IMPORTER_H___ + +namespace AsuraEngine +{ + namespace Filesystem + { + + /// + /// .asranimation + /// + class AnimationImporter + { + + }; + + } +} + +#endif
\ No newline at end of file |