diff options
Diffstat (limited to 'src/lib/video_content.h')
| -rw-r--r-- | src/lib/video_content.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h new file mode 100644 index 000000000..ee4a64fc4 --- /dev/null +++ b/src/lib/video_content.h @@ -0,0 +1,8 @@ +#include "content.h" + +class VideoContent : public virtual Content +{ +public: + + +}; |
