diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-31 02:19:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-31 02:19:40 +0100 |
| commit | ed78fd3d138114185e43edf81ffe91db17377da0 (patch) | |
| tree | 398eede0828b52f222193fbdb5011791f92c774f /src/lib/audio_content.h | |
| parent | d4f6b22be930567dfc25be027b28a747d287d8a0 (diff) | |
Skeletal remains.
Diffstat (limited to 'src/lib/audio_content.h')
| -rw-r--r-- | src/lib/audio_content.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/audio_content.h b/src/lib/audio_content.h new file mode 100644 index 000000000..95fd681a7 --- /dev/null +++ b/src/lib/audio_content.h @@ -0,0 +1,8 @@ +#include "content.h" + +class AudioContent : public virtual Content +{ +public: + + +}; |
