From 94d5ba335224db075a95a76654f732ef54a4eabd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 13 Dec 2022 01:04:07 +0100 Subject: Add video_{range,frame_type}.{cc,h} and remove some types.h includes. --- src/lib/content.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/content.h') 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 { -- cgit v1.2.3