From 45328cbadd8a946c19a77301f218efbf650e2f28 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 18 Oct 2021 19:56:41 +0800 Subject: *misc --- Runtime/Lua/LuaHelper.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Runtime/Lua/LuaHelper.h (limited to 'Runtime/Lua/LuaHelper.h') 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: + +}; -- cgit v1.1-26-g67d0