Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/audio/src/audio/AudioBuffer.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: 143 bytes
Line 
1#include "AudioBuffer.h"
2
3namespace audio
4{
5        AudioBuffer::AudioBuffer(std::string fileName)
6        {
7               
8        }
9       
10        AudioBuffer::~AudioBuffer()
11        {
12               
13        }
14}
Note: See TracBrowser for help on using the repository browser.