Last change
on this file since 702 was
673,
checked in by rgrieder, 17 years ago
|
- deleted obsolete classes: BaseEntity, Entity, Light and SceneNode (please complain if not agreed)
- improved include guard naming consistency
|
File size:
211 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.