diff options
Diffstat (limited to 'Source/Asura.Engine/Scripting/Object.h')
-rw-r--r-- | Source/Asura.Engine/Scripting/Object.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Source/Asura.Engine/Scripting/Object.h b/Source/Asura.Engine/Scripting/Object.h deleted file mode 100644 index 58b7e1a..0000000 --- a/Source/Asura.Engine/Scripting/Object.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef __ASURA_ENGINE_OBJECT_H__ -#define __ASURA_ENGINE_OBJECT_H__ - -#include "Config.h" -#include "Portable.h" - -namespace AsuraEngine -{ - namespace Scripting - { - - /// - /// AsuraEngineűij࣬еĶ - /// - class Object : public Portable<Object> - { - - }; - - } -} - -#endif
\ No newline at end of file |