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