dungeon_crawler

view prototype/src/audio/audio.h @ 56:f9b8bbebc9b3

fixed the music playback
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 20 Sep 2012 10:04:25 +0300
parents aa9e28670ae2
children
line source
1 #ifndef AUDIO_H_
2 #define AUDIO_H_
4 #include "vmath/vmath.h"
6 bool init_audio();
7 void destroy_audio();
9 void set_audio_listener(const Matrix4x4 &xform);
11 #endif // AUDIO_H_