summaryrefslogtreecommitdiff
path: root/src/lib/video_content.h
blob: ee4a64fc47fbf4265ce980ce24d7bf1d89a59246 (plain)
1
2
3
4
5
6
7
8
#include "content.h"

class VideoContent : public virtual Content
{
public:
	

};