Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/audio/AudioSource.h @ 669

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

Simplified cmake audio lib messages

File size: 203 bytes
Line 
1#ifndef AUDIOSOURCE_H_
2#define AUDIOSOURCE_H_
3
4#include "AudioIncludes.h"
5
6namespace audio
7{
8        class AudioSource
9        {
10        public:
11                AudioSource();
12                ~AudioSource();
13        private:
14
15        };
16}
17
18#endif /*AUDIOSOURCE_H_*/
Note: See TracBrowser for help on using the repository browser.