Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/audio/src/audio/AudioSource.cc @ 349

Last change on this file since 349 was 349, checked in by nicolape, 16 years ago

Added AudioManager, AudioBuffer and AudioSource Class definitions

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.