diff options
author | chai <chaifix@163.com> | 2021-11-05 18:10:01 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-05 18:10:01 +0800 |
commit | ed78df90944bbe6b7de7308bda2bf3a7f1bc3de6 (patch) | |
tree | a392ec71c55b5d83d0b7095039304aaca4bc06d5 /Editor/EditorApplication.h | |
parent | 2b9621a46288532b352b7838f96aca80f971e3d1 (diff) |
*misc
Diffstat (limited to 'Editor/EditorApplication.h')
-rw-r--r-- | Editor/EditorApplication.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Editor/EditorApplication.h b/Editor/EditorApplication.h index 8c74d07..db47c7a 100644 --- a/Editor/EditorApplication.h +++ b/Editor/EditorApplication.h @@ -19,8 +19,7 @@ public: void OnQuit();
-private :
-
+private:
LUA_BIND_DECL_CLASS(EditorApplication);
LUA_BIND_DECL_METHOD(_New);
|