summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-01-09 13:26:13 +0800
committerchai <chaifix@163.com>2019-01-09 13:26:13 +0800
commita6ad205c9548055842fc2dd32561fff5dfcf208d (patch)
tree287a64f84ae4c03a1eaae2aabdc6d2f6420d9f80
parent83e01c974e24253a65350d0afc30e8d3669ca81a (diff)
*初始化(5)
-rw-r--r--Source/Asura/AE_GameObject.cpp0
-rw-r--r--Source/Asura/AE_GameObject.h0
-rw-r--r--Source/Asura/AE_Object.cpp0
-rw-r--r--Source/Asura/AE_Object.h13
4 files changed, 13 insertions, 0 deletions
diff --git a/Source/Asura/AE_GameObject.cpp b/Source/Asura/AE_GameObject.cpp
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Source/Asura/AE_GameObject.cpp
diff --git a/Source/Asura/AE_GameObject.h b/Source/Asura/AE_GameObject.h
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Source/Asura/AE_GameObject.h
diff --git a/Source/Asura/AE_Object.cpp b/Source/Asura/AE_Object.cpp
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Source/Asura/AE_Object.cpp
diff --git a/Source/Asura/AE_Object.h b/Source/Asura/AE_Object.h
new file mode 100644
index 0000000..89dbeb8
--- /dev/null
+++ b/Source/Asura/AE_Object.h
@@ -0,0 +1,13 @@
+#ifndef __AE_OBJECT_H__
+#define __AE_OBJECT_H__
+
+namespace AsuraEngine
+{
+
+ class Object
+ {
+ }
+
+}
+
+#endif \ No newline at end of file