summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/Graphics/Canvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Engine/Graphics/Canvas.h')
-rw-r--r--Source/Asura.Engine/Graphics/Canvas.h10
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);
};