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.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h
index f334968fb3..eea0740b9b 100644
--- a/plugins/MirLua/src/stdafx.h
+++ b/plugins/MirLua/src/stdafx.h
@@ -7,12 +7,14 @@
#include <m_core.h>
#include <m_utils.h>
#include <m_langpack.h>
-#include <m_folders.h>
#include <m_database.h>
#include <m_clist.h>
#include <m_genmenu.h>
#include <m_icolib.h>
+#include <m_folders.h>
+#include <m_toptoolbar.h>
+
extern "C"
{
#include "lua\lua.h"
@@ -48,4 +50,7 @@ LUAMOD_API int (luaopen_m_icolib)(lua_State *L);
#define MLUA_GENMENU "m_genmenu"
LUAMOD_API int (luaopen_m_genmenu)(lua_State *L);
+#define MLUA_TOPTOOLBAR "m_toptoolbar"
+LUAMOD_API int (luaopen_m_toptoolbar)(lua_State *L);
+
#endif //_COMMON_H_