Orxonox
0.0.5 Codename: Arcturus
|
#include "SoundBuffer.h"
#include <alut.h>
#include <vorbis/vorbisfile.h>
#include "util/Exception.h"
#include "util/StringUtils.h"
#include "sound/SoundManager.h"
Namespaces | |
orxonox | |
Die Wagnis Klasse hat die folgenden Aufgaben: | |
Functions | |
size_t | orxonox::readVorbis (void *ptr, size_t size, size_t nmemb, void *datasource) |
int | orxonox::seekVorbis (void *datasource, ogg_int64_t offset, int whence) |
long | orxonox::tellVorbis (void *datasource) |