blob: 945fde68a36f6057f471916d7b52fee7017e50c1 (
plain)
| 1
2
3
4
5
6
7
8
9
 | #ifndef _LUA_M_TOPTOOLBAR_H_
#define _LUA_M_TOPTOOLBAR_H_
#define MLUA_TOPTOOLBAR	"m_toptoolbar"
LUAMOD_API int (luaopen_m_toptoolbar)(lua_State *L);
void KillModuleTTBButton();
#endif //_LUA_M_TOPTOOLBAR_H_
 |