summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirLua/src/stdafx.h')
-rw-r--r--plugins/MirLua/src/stdafx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h
index 26296fedc8..778b6a1185 100644
--- a/plugins/MirLua/src/stdafx.h
+++ b/plugins/MirLua/src/stdafx.h
@@ -19,6 +19,7 @@
#include <m_folders.h>
#include <m_toptoolbar.h>
#include <m_msg_buttonsbar.h>
+#include <m_variables.h>
extern "C"
{
@@ -65,4 +66,7 @@ LUAMOD_API int (luaopen_m_msg_buttonsbar)(lua_State *L);
#define MLUA_TOPTOOLBAR "m_toptoolbar"
LUAMOD_API int (luaopen_m_toptoolbar)(lua_State *L);
+#define MLUA_VARIABLES "m_variables"
+LUAMOD_API int (luaopen_m_variables)(lua_State *L);
+
#endif //_COMMON_H_