1 #ifndef _INCLUDE_OSD_SND_H
2 #define _INCLUDE_OSD_SND_H
3 
4 #include "cleantyp.h"
5 #include "sys_snd.h"
6 #include "sound.h"
7 
8 #if defined(ALLEGRO)
9 
10   #warning maybe include pce.h or allegro.h here
11 
12 #endif
13 
14 #if defined(SDL)
15 
16 #include <SDL.h>
17 
18 #endif
19 
20 #endif
21