diff options
author | chai <chaifix@163.com> | 2021-10-18 02:12:30 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-18 02:12:30 +0800 |
commit | 22e576b5aa065f3cb2ca67a951af5e68063419a2 (patch) | |
tree | d72c6c77e33990cc70952c58e9ca50637ba6c242 /Runtime/Scripting/GL.bind.cpp | |
parent | 7c8c68d79343d04be382334c15a73d079450857c (diff) |
*scripting
Diffstat (limited to 'Runtime/Scripting/GL.bind.cpp')
-rw-r--r-- | Runtime/Scripting/GL.bind.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Runtime/Scripting/GL.bind.cpp b/Runtime/Scripting/GL.bind.cpp deleted file mode 100644 index 57dba09..0000000 --- a/Runtime/Scripting/GL.bind.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#include "Runtime/Graphics/OpenGL.h" -#include "Runtime/LuaBind/LuaBind.h" - -// GameLab.Engine.GL -void luaopen_GameLab_Engine_GL(lua_State* L) -{ - LUA_BIND_STATE(L); - -} |