dbf-halloween2015

view src/audio/audio.h @ 4:4316c0c879e9

fixed RUN script for macosx
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 01 Nov 2015 06:18:18 +0200
parents
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_