summaryrefslogtreecommitdiff
path: root/plugins/SimpleAR/src/Common.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-04-23 08:45:16 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-04-23 08:45:16 +0000
commitcef86ad96279cd536e576883c37e4b522e9441b4 (patch)
tree3cdd948f8ae37713d3250aedf76689fca7af085f /plugins/SimpleAR/src/Common.h
parente13abbf0f5a4bcef939e4e32e06a7e8e74e72465 (diff)
small cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@4513 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SimpleAR/src/Common.h')
-rw-r--r--plugins/SimpleAR/src/Common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/SimpleAR/src/Common.h b/plugins/SimpleAR/src/Common.h
index 7eb0b069d7..ac898491a7 100644
--- a/plugins/SimpleAR/src/Common.h
+++ b/plugins/SimpleAR/src/Common.h
@@ -26,5 +26,6 @@ extern HINSTANCE hinstance;
extern INT interval;
extern TCHAR *ptszDefaultMsg[6];
extern HGENMENU hEnableMenu;
+extern IconItemT iconList[];
extern INT OptInit(WPARAM wParam, LPARAM lParam);