diff options
Diffstat (limited to 'plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h')
-rw-r--r-- | plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h b/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h new file mode 100644 index 0000000000..b45173f207 --- /dev/null +++ b/plugins/MirLua/Modules/m_toptoolbar/src/stdafx.h @@ -0,0 +1,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_
\ No newline at end of file |