dungeon_crawler

view prototype/src/audio/audio.h @ 48:aa9e28670ae2

added sound playback, more to do
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 17 Sep 2012 08:40:59 +0300
parents d52711f2b9a1
children c40efa9cf844
line source
1 #ifndef AUDIO_H_
2 #define AUDIO_H_
4 bool init_audio();
5 void destroy_audio();
7 #endif /* AUDIO_H_ */