summaryrefslogtreecommitdiff
path: root/src/lib/types.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-19 21:23:26 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-19 23:45:23 +0100
commit0ab83642f0c96ae2681beae04873b3226338a570 (patch)
tree0893f0bed5e4ee9f37947edde970e9095ddcb9ba /src/lib/types.h
parentff40ecd114547a2fc07bc49403c993c3fa5d40cc (diff)
Text to player with types.
Diffstat (limited to 'src/lib/types.h')
-rw-r--r--src/lib/types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/types.h b/src/lib/types.h
index 5707cf5ce..e52daca00 100644
--- a/src/lib/types.h
+++ b/src/lib/types.h
@@ -132,7 +132,8 @@ enum ReelType
enum TextType
{
TEXT_SUBTITLE,
- TEXT_CLOSED_CAPTION
+ TEXT_CLOSED_CAPTION,
+ TEXT_COUNT
};
extern std::string text_type_to_string (TextType t);