diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-03 16:05:14 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-03 16:05:14 +0000 |
commit | 954ed085481b2e878959e442772ecc5978a1d8d8 (patch) | |
tree | 3977b170d710ba459b6b5fe05b1a85a9b254f96b /plugins/ExternalAPI | |
parent | 3cc4e30e93e129328339c4a91630a9a651be38a8 (diff) |
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@3875 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r-- | plugins/ExternalAPI/m_hpp.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/ExternalAPI/m_hpp.h b/plugins/ExternalAPI/m_hpp.h new file mode 100644 index 0000000000..169b666209 --- /dev/null +++ b/plugins/ExternalAPI/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__
|