dungeon_crawler

diff 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 diff
     1.1 --- a/prototype/src/audio/audio.h	Sun Sep 16 08:16:50 2012 +0300
     1.2 +++ b/prototype/src/audio/audio.h	Mon Sep 17 08:40:59 2012 +0300
     1.3 @@ -4,5 +4,4 @@
     1.4  bool init_audio();
     1.5  void destroy_audio();
     1.6  
     1.7 -
     1.8  #endif	/* AUDIO_H_ */