2010-12-07 12:24:30 +01:00
|
|
|
#ifndef %PluginName:u%CONSTANTS_%CppHeaderSuffix:u%
|
|
|
|
|
#define %PluginName:u%CONSTANTS_%CppHeaderSuffix:u%
|
|
|
|
|
|
|
|
|
|
namespace %PluginName% {
|
|
|
|
|
namespace Constants {
|
|
|
|
|
|
2011-11-02 16:45:13 +01:00
|
|
|
const char ACTION_ID[] = "%PluginName%.Action";
|
|
|
|
|
const char MENU_ID[] = "%PluginName%.Menu";
|
2010-12-07 12:24:30 +01:00
|
|
|
|
|
|
|
|
} // namespace %PluginName%
|
|
|
|
|
} // namespace Constants
|
|
|
|
|
|
|
|
|
|
#endif // %PluginName:u%CONSTANTS_%CppHeaderSuffix:u%
|