summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/m_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirLua/src/m_protocols.h')
-rw-r--r--plugins/MirLua/src/m_protocols.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/MirLua/src/m_protocols.h b/plugins/MirLua/src/m_protocols.h
deleted file mode 100644
index b80d38023b..0000000000
--- a/plugins/MirLua/src/m_protocols.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef _LUA_M_PROTOCOLS_H_
-#define _LUA_M_PROTOCOLS_H_
-
-#define MLUA_PROTOCOLS "m_protocols"
-LUAMOD_API int (luaopen_m_protocols)(lua_State *L);
-
-#define MT_PROTOCOLDESCRIPTOR "PROTOCOLDESCRIPTOR"
-#define MT_PROTOACCOUNT "PROTOACCOUNT"
-
-extern HANDLE hRecvMessage;
-INT_PTR FilterRecvMessage(WPARAM wParam, LPARAM lParam);
-
-#endif //_LUA_M_PROTOCOLS_H_ \ No newline at end of file