diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-13 01:04:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-13 01:11:42 +0100 |
| commit | 94d5ba335224db075a95a76654f732ef54a4eabd (patch) | |
| tree | d7937d18579769be088424fdc6d1fa79c5d0a5c1 /src/lib/content.h | |
| parent | 53d472f6e4531586fb91e649c386fdfaecb6ecaf (diff) | |
Add video_{range,frame_type}.{cc,h} and remove some types.h includes.
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index 5b804b331..ce6eaa83b 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -50,6 +50,9 @@ namespace cxml { class Job; class Film; class AtmosContent; +class AudioContent; +class TextContent; +class VideoContent; class ContentProperty { |
