diff options
author | chai <chaifix@163.com> | 2019-02-25 09:07:37 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-02-25 09:07:37 +0800 |
commit | 684f71790401727cc45f4dad1822ddae46305072 (patch) | |
tree | 75733807914fa799521d1d6a8a450982fdef9124 /Source/Asura.Engine/Graphics/Image.h | |
parent | c97d8eb7f0900cb6895acb2e5bdce1044931b91a (diff) |
+widgets
Diffstat (limited to 'Source/Asura.Engine/Graphics/Image.h')
-rw-r--r-- | Source/Asura.Engine/Graphics/Image.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/Asura.Engine/Graphics/Image.h b/Source/Asura.Engine/Graphics/Image.h index 553df21..bdd7c1c 100644 --- a/Source/Asura.Engine/Graphics/Image.h +++ b/Source/Asura.Engine/Graphics/Image.h @@ -1,10 +1,8 @@ #ifndef __ASURA_ENGINE_IMAGE_H__ #define __ASURA_ENGINE_IMAGE_H__ -#include "StringMap.hpp" -#include "String.h" -#include "Map.h" #include "Math/Vector2.h" +#include "StringMap.hpp" #include "Manager.hpp" #include "Texture.h" #include "Color.h" @@ -19,7 +17,7 @@ namespace AsuraEngine /// /// ImageͼƬڴȡϷĽһImageڴ桢ԴֻᱣһݣҪ - /// imageêλãźתǶȣʹspriteһֻࡣ + /// imageêλãźתǶȣʹspriteһֻࡣҪǿǵeditorengineʹòͬķװ /// class Image final : public Texture { @@ -53,7 +51,9 @@ namespace AsuraEngine //---------------------------------------------------------------------------------------------------- - LUAX_DECL_FACTORY(SimImage); //AsuraEngine.SimImage + // ͼƬSim࣬ķװAsuraEngine.Image棬һԱAsuraEngine.SimImageAsuraEngine.Image + // һ档 + LUAX_DECL_FACTORY(SimImage); }; |