summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/stdafx.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-10-28 20:12:50 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-10-28 20:12:50 +0000
commit679b23b4d1c5b2d935085b199d9327bec8477378 (patch)
tree1ba71e9c6d153b777a9fb142d8b79c0ce8354582 /plugins/MirLua/src/stdafx.h
parent13a2213b0aaf3778221bb4caf010f7696c57be30 (diff)
MirLua:
- internal icons added to iconlib - minor fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@15641 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/stdafx.h')
-rw-r--r--plugins/MirLua/src/stdafx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h
index 72ed4cc247..552ff7b89c 100644
--- a/plugins/MirLua/src/stdafx.h
+++ b/plugins/MirLua/src/stdafx.h
@@ -112,6 +112,10 @@ bool luaM_toboolean(lua_State *L, int idx);
WPARAM luaM_towparam(lua_State *L, int idx);
LPARAM luaM_tolparam(lua_State *L, int idx);
+void InitIcons();
+HICON GetIcon(int iconId);
+HANDLE GetIconHandle(int iconId);
+
void ShowNotification(const char *caption, const char *message, int flags, MCONTACT hContact);
void ObsoleteMethod(lua_State *L, const char *message);