summaryrefslogtreecommitdiff
path: root/plugins/SimpleAR/src/Common.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-04-23 08:16:58 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-04-23 08:16:58 +0000
commit36ac355b3009665069258c76f9ce8b7f7229ece9 (patch)
tree0d7f059ab35c0901b29bcdfb8a9417dc73a89192 /plugins/SimpleAR/src/Common.h
parent5b5cdb2ff09867ac166b8bc451432608859e68d5 (diff)
fixed #322
git-svn-id: http://svn.miranda-ng.org/main/trunk@4510 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SimpleAR/src/Common.h')
-rw-r--r--plugins/SimpleAR/src/Common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/SimpleAR/src/Common.h b/plugins/SimpleAR/src/Common.h
index 80c18c0d60..7eb0b069d7 100644
--- a/plugins/SimpleAR/src/Common.h
+++ b/plugins/SimpleAR/src/Common.h
@@ -23,8 +23,8 @@
//General
extern HINSTANCE hinstance;
-extern BOOL fEnabled;
extern INT interval;
-extern TCHAR* ptszDefaultMsg[6];
+extern TCHAR *ptszDefaultMsg[6];
+extern HGENMENU hEnableMenu;
-extern INT OptInit(WPARAM wParam,LPARAM lParam);
+extern INT OptInit(WPARAM wParam, LPARAM lParam);