diff options
author | chai <chaifix@163.com> | 2019-01-09 13:26:13 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-09 13:26:13 +0800 |
commit | a6ad205c9548055842fc2dd32561fff5dfcf208d (patch) | |
tree | 287a64f84ae4c03a1eaae2aabdc6d2f6420d9f80 /Source | |
parent | 83e01c974e24253a65350d0afc30e8d3669ca81a (diff) |
*初始化(5)
Diffstat (limited to 'Source')
-rw-r--r-- | Source/Asura/AE_GameObject.cpp | 0 | ||||
-rw-r--r-- | Source/Asura/AE_GameObject.h | 0 | ||||
-rw-r--r-- | Source/Asura/AE_Object.cpp | 0 | ||||
-rw-r--r-- | Source/Asura/AE_Object.h | 13 |
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 |