dungeon_crawler

view 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 source
1 #include "stream.h"
3 AudioStream::~AudioStream()
4 {
5 }
7 void AudioStream::play()
8 {
9 }
11 void AudioStream::stop()
12 {
13 }