dungeon_crawler

annotate prototype/src/audio/audio.h @ 76:f379c00eb07f

added samurai's texel center fix for the color grading palette lookup
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 23 Oct 2012 14:57:08 +0300
parents aa9e28670ae2
children
rev   line source
nuclear@47 1 #ifndef AUDIO_H_
nuclear@47 2 #define AUDIO_H_
nuclear@47 3
nuclear@50 4 #include "vmath/vmath.h"
nuclear@50 5
nuclear@47 6 bool init_audio();
nuclear@47 7 void destroy_audio();
nuclear@47 8
nuclear@50 9 void set_audio_listener(const Matrix4x4 &xform);
nuclear@50 10
nuclear@50 11 #endif // AUDIO_H_