summaryrefslogtreecommitdiff
path: root/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h
blob: b45173f20757d5214788b0eff9adbd10091435a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _COMMON_H_
#define _COMMON_H_

#include <windows.h>

#include <m_lua.h>
#include <m_core.h>
#include <m_utils.h>
#include <m_toptoolbar.h>

#define MLUA_TOPTOOLBAR	"m_toptoolbar"
LUAMOD_API int (luaopen_m_toptoolbar)(lua_State *L);

void KillModuleTTBButton();

#endif //_COMMON_H_