source:
code/branches/FICN/src/audio/AudioSource.h
@
717
| Last change on this file since 717 was 673, checked in by rgrieder, 18 years ago | |
|---|---|
| File size: 211 bytes | |
| Rev | Line | |
|---|---|---|
| [673] | 1 | #ifndef _AudioSource_H__ |
| 2 | #define _AudioSource_H__ | |
| [349] | 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 | ||
| [673] | 18 | #endif /* _AudioSource_H__ */ |
Note: See TracBrowser
for help on using the repository browser.










