From c8cdab6a2a6038b662edfb5e3d0f9b6e0171d731 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 29 Sep 2018 00:10:17 +0100 Subject: Move some methods to where they make more sense. --- src/types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/types.h') 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, -- cgit v1.2.3