Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/audio/AudioSource.cc @ 389

Last change on this file since 389 was 389, checked in by nicolasc, 16 years ago

merged audio into FICN

File size: 121 bytes
Line 
1#include "AudioSource.h"
2
3namespace audio
4{
5        AudioSource::AudioSource()
6        {
7
8        }
9       
10        AudioSource::~AudioSource()
11        {
12               
13        }
14}
Note: See TracBrowser for help on using the repository browser.