summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/mlua_function_loader.h
diff options
context:
space:
mode:
authoraunsane <aunsane@gmail.com>2018-05-20 21:10:10 +0300
committeraunsane <aunsane@gmail.com>2018-05-20 21:34:31 +0300
commita955d18f62f335f84e0926f351eb85d78224cba6 (patch)
tree7bd4d30040ec32bba5949dd2245cb68617fb4192 /plugins/MirLua/src/mlua_function_loader.h
parent46363eef857b69761f1d6d28da5a53a954f76900 (diff)
MirLua: project reordering
Diffstat (limited to 'plugins/MirLua/src/mlua_function_loader.h')
-rw-r--r--plugins/MirLua/src/mlua_function_loader.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/MirLua/src/mlua_function_loader.h b/plugins/MirLua/src/mlua_function_loader.h
deleted file mode 100644
index 9724ccdc3d..0000000000
--- a/plugins/MirLua/src/mlua_function_loader.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#pragma once
-
-class CMLuaFunctionLoader
-{
-private:
- lua_State *L;
-
- CMLuaFunctionLoader(lua_State *L);
-
- void LoadFunctions();
-
-public:
- static void Load(lua_State *L);
-};