The Sparta Modeling Framework
Loading...
Searching...
No Matches
MessageCategories.hpp
1
2
3namespace message_categories {
4 const std::string INFO = "info";
5 // More can be added here, with any identifier...
6}