diff options
author | Alexey Kulakov <panda75@bk.ru> | 2012-06-25 07:09:31 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2012-06-25 07:09:31 +0000 |
commit | b33e2997d6a2f98b18571e92468f4db39254a42f (patch) | |
tree | 4a9a63499886e610e7301aa6121def2debfcc50d /plugins/Popup/src/m_hpp.h | |
parent | dafffe73026dbbf0f36e7d910959951517cef937 (diff) |
next step of external api cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@625 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup/src/m_hpp.h')
-rw-r--r-- | plugins/Popup/src/m_hpp.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/Popup/src/m_hpp.h b/plugins/Popup/src/m_hpp.h new file mode 100644 index 0000000000..169b666209 --- /dev/null +++ b/plugins/Popup/src/m_hpp.h @@ -0,0 +1,11 @@ +#ifndef __m_hhp__
+#define __m_hhp__
+
+#define MS_HPP_GETVERSION "History++/GetVersion"
+
+#define MS_HPP_EG_WINDOW "History++/ExtGrid/NewWindow"
+#define MS_HPP_EG_EVENT "History++/ExtGrid/Event"
+#define MS_HPP_EG_NAVIGATE "History++/ExtGrid/Navigate"
+#define MS_HPP_EG_OPTIONSCHANGED "History++/ExtGrid/OptionsChanged"
+
+#endif // __m_hhp__
|