source:
code/branches/FICN/src/audio/AudioSource.h
@
640
Last change on this file since 640 was 409, checked in by nicolape, 17 years ago | |
---|---|
File size: 203 bytes |
Line | |
---|---|
1 | #ifndef AUDIOSOURCE_H_ |
2 | #define AUDIOSOURCE_H_ |
3 | |
4 | #include "AudioIncludes.h" |
5 | |
6 | namespace 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.