diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-19 21:23:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-19 23:45:23 +0100 |
| commit | 0ab83642f0c96ae2681beae04873b3226338a570 (patch) | |
| tree | 0893f0bed5e4ee9f37947edde970e9095ddcb9ba /src/lib/types.h | |
| parent | ff40ecd114547a2fc07bc49403c993c3fa5d40cc (diff) | |
Text to player with types.
Diffstat (limited to 'src/lib/types.h')
| -rw-r--r-- | src/lib/types.h | 3 |
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); |
