// Message.h #ifndef AB_MESSAGE_H #define AB_MESSAGE_H #include "Common.h" #include "ItemTemplate.h" #include std::string ABGetLocaleText(LocaleConstant locale, const std::string& titleType); #endif // AB_MESSAGE_H