|
ManaPlus
|
Go to the documentation of this file.
22 #ifndef ENUMS_SIMPLETYPES_STRINGDEFINES2_H
23 #define ENUMS_SIMPLETYPES_STRINGDEFINES2_H
27 #define stringEnumDef(type) \
28 bool find(const std::string &key); \
29 type get(const std::string &key); \