diff options
Diffstat (limited to 'plugins/MirLua/src/m_msg_buttonsbar.h')
-rw-r--r-- | plugins/MirLua/src/m_msg_buttonsbar.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/MirLua/src/m_msg_buttonsbar.h b/plugins/MirLua/src/m_msg_buttonsbar.h new file mode 100644 index 0000000000..a4cbccbbdc --- /dev/null +++ b/plugins/MirLua/src/m_msg_buttonsbar.h @@ -0,0 +1,9 @@ +#ifndef _LUA_M_MSG_BUTTONSBAR_H_
+#define _LUA_M_MSG_BUTTONSBAR_H_
+
+#define MLUA_MSGBUTTONSBAR "m_msg_buttonsbar"
+LUAMOD_API int (luaopen_m_msg_buttonsbar)(lua_State *L);
+
+void KillModuleMBButtons();
+
+#endif //_LUA_M_MSG_BUTTONSBAR_H_
\ No newline at end of file |