summaryrefslogtreecommitdiff
path: root/Runtime/Lua/LuaHelper.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-18 19:56:41 +0800
committerchai <chaifix@163.com>2021-10-18 19:56:41 +0800
commit45328cbadd8a946c19a77301f218efbf650e2f28 (patch)
tree8ec4f3a9737b2cbb9744f8347a56783743be2a4c /Runtime/Lua/LuaHelper.h
parentb5702ece4c2cf751c252e76fb885a7ec41ccabe8 (diff)
*misc
Diffstat (limited to 'Runtime/Lua/LuaHelper.h')
-rw-r--r--Runtime/Lua/LuaHelper.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Runtime/Lua/LuaHelper.h b/Runtime/Lua/LuaHelper.h
new file mode 100644
index 0000000..5e9bf90
--- /dev/null
+++ b/Runtime/Lua/LuaHelper.h
@@ -0,0 +1,10 @@
+#pragma once
+#include "Runtime/Math/Rect.h"
+#include "Runtime/Math/Vector2.h"
+#include "./LuaBind/LuaBind.h"
+
+class LuaHelper
+{
+public:
+
+};