dungeon_crawler

view prototype/src/audio/audio.h @ 47:d52711f2b9a1

started writting audio code
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 16 Sep 2012 08:16:50 +0300
parents
children aa9e28670ae2
line source
1 #ifndef AUDIO_H_
2 #define AUDIO_H_
4 bool init_audio();
5 void destroy_audio();
8 #endif /* AUDIO_H_ */