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/Canvas.h | |
parent | 6c8788ed76e1ead173fdeb51caaa43d538fcfe21 (diff) |
*misc
Diffstat (limited to 'Source/Asura.Engine/Graphics/Canvas.h')
-rw-r--r-- | Source/Asura.Engine/Graphics/Canvas.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/Asura.Engine/Graphics/Canvas.h b/Source/Asura.Engine/Graphics/Canvas.h index dbb274a..67d7a63 100644 --- a/Source/Asura.Engine/Graphics/Canvas.h +++ b/Source/Asura.Engine/Graphics/Canvas.h @@ -1,7 +1,6 @@ -#ifndef __AE_CANVAS_H__ -#define __AE_CANVAS_H__ +#ifndef __ASURA_ENGINE_CANVAS_H__ +#define __ASURA_ENGINE_CANVAS_H__ -#include "Component.h" #include "Texture.h" namespace AsuraEngine @@ -9,7 +8,7 @@ namespace AsuraEngine namespace Graphics { - class Canvas : public Texture, public Component + class Canvas : public Texture { public: @@ -17,7 +16,8 @@ namespace AsuraEngine private: - + // AsuraEngine.SimCanvas + LUAX_DECL_FACTORY(SimCanvas); }; |