summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 807c4df0..2652524c 100644
--- a/src/types.h
+++ b/src/types.h
@@ -102,6 +102,9 @@ enum ContentKind
ADVERTISEMENT
};
+extern std::string content_kind_to_string (ContentKind kind);
+extern ContentKind content_kind_from_string (std::string kind);
+
enum Effect
{
NONE,