Added Nitfol and Frotz source code.
[projects/chimara/chimara.git] / interpreters / nitfol / no_snd.h
1 /* This is a Cfunctions (version 0.24) generated header file.
2    Cfunctions is a free program for extracting headers from C files.
3    Get Cfunctions from `http://www.hayamasa.demon.co.uk/cfunctions'. */
4
5 /* This file was generated with:
6 `cfunctions -i no_snd.c' */
7 #ifndef CFH_NO_SND_H
8 #define CFH_NO_SND_H
9
10 /* From `no_snd.c': */
11 void init_sound (void);
12 void kill_sound (void);
13 void op_sound_effect (void);
14 void check_sound (event_t unused );
15
16 #endif /* CFH_NO_SND_H */