From df8bc2304a8afe0319f8909f397bdf1a0670b710 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Tue, 9 Jun 2015 20:42:18 +0000 Subject: MirLua: - renamed m_clist module to m_menus - added m_icons module - added examples with comments git-svn-id: http://svn.miranda-ng.org/main/trunk@14091 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/stdafx.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'plugins/MirLua/src/stdafx.h') diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h index c596d6c029..ef742b73ad 100644 --- a/plugins/MirLua/src/stdafx.h +++ b/plugins/MirLua/src/stdafx.h @@ -9,6 +9,9 @@ #include #include #include +#include +#include +#include extern "C" { @@ -36,7 +39,10 @@ extern HINSTANCE g_hInstance; #define CUSTOM_SCRIPTS_PATHT MIRANDA_USERDATA "\\Scripts" #endif -#define LUA_CLISTLIBNAME "m_clist" -int luaopen_m_clist(lua_State *L); +#define M_ICONSLIBNAME "m_icons" +int luaopen_m_icons(lua_State *L); + +#define M_MENUSLIBNAME "m_menus" +int luaopen_m_menus(lua_State *L); #endif //_COMMON_H_ -- cgit v1.2.3