summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools.h b/tools.h
index 606e9f1..fb16057 100644
--- a/tools.h
+++ b/tools.h
@@ -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: