aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Game/je_gameobject.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-10-25 08:18:13 +0800
committerchai <chaifix@163.com>2018-10-25 08:18:13 +0800
commit7322a090355af1989d7a1de0de431b6c89844fe2 (patch)
treec164a05b263007e18cc1c83c8183023d6a19ef82 /src/libjin/Game/je_gameobject.cpp
parentf889c9c20fc09f26eb8a70674c1d60181835c38a (diff)
*增加lua导出宏
Diffstat (limited to 'src/libjin/Game/je_gameobject.cpp')
-rw-r--r--src/libjin/Game/je_gameobject.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/libjin/Game/je_gameobject.cpp b/src/libjin/Game/je_gameobject.cpp
new file mode 100644
index 0000000..1396518
--- /dev/null
+++ b/src/libjin/Game/je_gameobject.cpp
@@ -0,0 +1,11 @@
+#include "je_entity.h"
+
+namespace JinEngine
+{
+ namespace Game
+ {
+
+
+
+ } // namespace Game
+} // namespace JinEngine \ No newline at end of file