diff options
Diffstat (limited to 'plugins/MirLua/src/m_protocols.h')
-rw-r--r-- | plugins/MirLua/src/m_protocols.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/MirLua/src/m_protocols.h b/plugins/MirLua/src/m_protocols.h new file mode 100644 index 0000000000..1b8ef74d43 --- /dev/null +++ b/plugins/MirLua/src/m_protocols.h @@ -0,0 +1,10 @@ +#ifndef _LUA_M_PROTOCOLS_H_
+#define _LUA_M_PROTOCOLS_H_
+
+#define MLUA_PROTOCOLS "m_protocols"
+LUAMOD_API int (luaopen_m_protocols)(lua_State *L);
+
+extern HANDLE hRecvMessage;
+INT_PTR FilterRecvMessage(WPARAM wParam, LPARAM lParam);
+
+#endif //_LUA_M_PROTOCOLS_H_
\ No newline at end of file |