diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-29 00:10:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-29 00:10:17 +0100 |
| commit | c8cdab6a2a6038b662edfb5e3d0f9b6e0171d731 (patch) | |
| tree | e238fd478c43d53c42bf6d0890962cb71096ba2b /src/types.h | |
| parent | 6ff5bc54fafcb9332609912514c287ac332ab7e5 (diff) | |
Move some methods to where they make more sense.
Diffstat (limited to 'src/types.h')
| -rw-r--r-- | src/types.h | 3 |
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, |
