summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/m_msg_buttonsbar.h
blob: a4cbccbbdc5993cfed1ba68591cc5421cee56b29 (plain)
1
2
3
4
5
6
7
8
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_