diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2017-09-11 23:48:27 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2017-09-11 23:48:27 +0300 |
commit | b0f44b16bd1138de85a5d17bb42151742f9c8298 (patch) | |
tree | 3d9a6607f042acb8d44ece5f3fb08a4125a94e45 /plugins/TipperYM/src/stdafx.h | |
parent | 9a774c4e9e76e660c14a5f725252bbc275b13906 (diff) |
Tipper: all icons added to icolib (fixes #302)
Diffstat (limited to 'plugins/TipperYM/src/stdafx.h')
-rw-r--r-- | plugins/TipperYM/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TipperYM/src/stdafx.h b/plugins/TipperYM/src/stdafx.h index b6facc2c8d..69e8600e38 100644 --- a/plugins/TipperYM/src/stdafx.h +++ b/plugins/TipperYM/src/stdafx.h @@ -83,3 +83,4 @@ extern TOOLTIPSKIN skin; extern wchar_t SKIN_FOLDER[256];
extern int ReloadFont(WPARAM wParam, LPARAM lParam);
+extern IconItem iconList[];
|