diff options
Diffstat (limited to 'tools.h')
-rw-r--r-- | tools.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,8 +10,12 @@ #include "common.h" +#define EVENT_CATEGORY "Category: " +#define EVENT_GENRE "Genre: " + std::string parseaux(const char *str); bool ischaracters(const char *aux, const char *mask); +std::string ExtractAttribute(const char* evDescription, const char* name); #endif // __SKINENIGMA_TOOLS_H // vim:et:sw=2:ts=2: |