dungeon_crawler

diff prototype/src/audio/stream.cc @ 53:1ea56011c1ff

stuff + streaming start
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 19 Sep 2012 01:08:41 +0300
parents
children 995191474cc0
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/prototype/src/audio/stream.cc	Wed Sep 19 01:08:41 2012 +0300
     1.3 @@ -0,0 +1,13 @@
     1.4 +#include "stream.h"
     1.5 +
     1.6 +AudioStream::~AudioStream()
     1.7 +{
     1.8 +}
     1.9 +
    1.10 +void AudioStream::play()
    1.11 +{
    1.12 +}
    1.13 +
    1.14 +void AudioStream::stop()
    1.15 +{
    1.16 +}