diff options
author | chai <chaifix@163.com> | 2019-01-20 21:48:58 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-20 21:48:58 +0800 |
commit | de619ff34b3e82f10908c2e62e1fef948fbf8601 (patch) | |
tree | 03971b77161f311b9e6781dc4c5436e1a81148ba /Source | |
parent | 6e0007f96b5e141d70d0ff3496d8bc5f673cc199 (diff) |
*misc
Diffstat (limited to 'Source')
-rw-r--r-- | Source/Asura.Engine/Graphics/Canvas.h | 4 | ||||
-rw-r--r-- | Source/Asura.Framework/Scene.lua | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/Source/Asura.Engine/Graphics/Canvas.h b/Source/Asura.Engine/Graphics/Canvas.h index 7f70e7c..dbb274a 100644 --- a/Source/Asura.Engine/Graphics/Canvas.h +++ b/Source/Asura.Engine/Graphics/Canvas.h @@ -1,5 +1,5 @@ -#ifndef __AE_Canvas_H__ -#define __AE_Canvas_H__ +#ifndef __AE_CANVAS_H__ +#define __AE_CANVAS_H__ #include "Component.h" #include "Texture.h" diff --git a/Source/Asura.Framework/Scene.lua b/Source/Asura.Framework/Scene.lua index 1c9fd16..afe6344 100644 --- a/Source/Asura.Framework/Scene.lua +++ b/Source/Asura.Framework/Scene.lua @@ -1,3 +1,6 @@ +--[[ +ԭ½ +]] local Scene = Class() |