Last change
on this file since 724 was
715,
checked in by rgrieder, 17 years ago
|
- the master has spoken…
- misc/String.h is not anymore..
|
File size:
258 bytes
|
Rev | Line | |
---|
[404] | 1 | #include <iostream> |
---|
| 2 | #include <vector> |
---|
[715] | 3 | #include <string> |
---|
[404] | 4 | |
---|
| 5 | #include <AL/al.h> |
---|
| 6 | #include <AL/alc.h> |
---|
| 7 | #include <AL/alut.h> |
---|
| 8 | #include <ogg/ogg.h> |
---|
| 9 | #include <vorbis/codec.h> |
---|
| 10 | #include <vorbis/vorbisenc.h> |
---|
| 11 | #include <vorbis/vorbisfile.h> |
---|
| 12 | |
---|
[708] | 13 | #include "orxonox/core/Error.h" |
---|
Note: See
TracBrowser
for help on using the repository browser.