diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-26 19:58:44 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-26 19:58:44 +0000 |
commit | 7ea454b966c916559811d7ca984416a269d4e4d0 (patch) | |
tree | e34c88e3ff36feaca3d5d7086fc2740fdbdff670 /ExternalAPI/m_hpp.h | |
parent | 285d0b93bc5f99c565dab66e86b8130f0b56d150 (diff) |
move api to folder
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@44 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'ExternalAPI/m_hpp.h')
-rw-r--r-- | ExternalAPI/m_hpp.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ExternalAPI/m_hpp.h b/ExternalAPI/m_hpp.h new file mode 100644 index 0000000..169b666 --- /dev/null +++ b/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__
|