From ce5343ec4e5766f6a7485649f7395d4e072bd706 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 28 Jan 2019 08:57:31 +0800 Subject: *misc --- Source/Asura.Engine/Graphics/Canvas.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Source/Asura.Engine/Graphics/Canvas.h') 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); }; -- cgit v1.1-26-g67d0