summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/m_hpp.h
blob: 9f154d7a007b69e246bf10189b7cef52cf0715cc (plain)
1
2
3
4
5
6
7
8
9
10
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__