summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/stdafx.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2016-06-15 15:57:54 +0000
committerAlexander Lantsev <aunsane@gmail.com>2016-06-15 15:57:54 +0000
commit037aeccee0e9986784ad07bef4ad4ebc8a30d58d (patch)
tree10f21a0c12056dde36e6851f292d015b03d2858d /plugins/MirLua/src/stdafx.h
parentd7c8421febc417a767fe74afa3a4a22c9bc55b70 (diff)
MirLua: added m_options module
git-svn-id: http://svn.miranda-ng.org/main/trunk@16978 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/stdafx.h')
-rw-r--r--plugins/MirLua/src/stdafx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h
index 3ced6ea10a..8b4852b8d6 100644
--- a/plugins/MirLua/src/stdafx.h
+++ b/plugins/MirLua/src/stdafx.h
@@ -89,6 +89,9 @@ LUAMOD_API int (luaopen_m_hotkeys)(lua_State *L);
#define MLUA_MESSAGE "m_message"
LUAMOD_API int (luaopen_m_message)(lua_State *L);
+#define MLUA_OPTIONS "m_options"
+LUAMOD_API int (luaopen_m_options)(lua_State *L);
+
#include "m_protocols.h"
#define MLUA_SOUNDS "m_sounds"