diff options
author | chai <chaifix@163.com> | 2019-01-28 08:57:31 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-28 08:57:31 +0800 |
commit | ce5343ec4e5766f6a7485649f7395d4e072bd706 (patch) | |
tree | fbe41405720aac97bdb4ee08435031823d2c401d /Source/Asura.Engine/Graphics/Image.h | |
parent | 6c8788ed76e1ead173fdeb51caaa43d538fcfe21 (diff) |
*misc
Diffstat (limited to 'Source/Asura.Engine/Graphics/Image.h')
-rw-r--r-- | Source/Asura.Engine/Graphics/Image.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Source/Asura.Engine/Graphics/Image.h b/Source/Asura.Engine/Graphics/Image.h index fc013e3..e0715dc 100644 --- a/Source/Asura.Engine/Graphics/Image.h +++ b/Source/Asura.Engine/Graphics/Image.h @@ -1,6 +1,8 @@ -#ifndef __AE_IMAGE_H__ -#define __AE_IMAGE_H__ +#ifndef __ASURA_ENGINE_IMAGE_H__ +#define __ASURA_ENGINE_IMAGE_H__ +#include "Containers/Map.h" +#include "Containers/StringMap.hpp" #include "Containers/String.h" #include "Math/Vector2.h" #include "Manager.hpp" @@ -19,7 +21,7 @@ namespace AsuraEngine /// ImageͼƬڴȡϷĽһImageڴ桢ԴֻᱣһݣҪ /// imageêλãźתǶȣʹspriteһֻࡣ /// - class Image final : public Texture, public Filesystem::Asset + class Image final : public Texture { public: |