1 /* options.h: options dialog boxes public declarations
2    Copyright (c) 2001-2002 Philip Kendall
3 
4    This program is free software; you can redistribute it and/or modify
5    it under the terms of the GNU General Public License as published by
6    the Free Software Foundation; either version 2 of the License, or
7    (at your option) any later version.
8 
9    This program is distributed in the hope that it will be useful,
10    but WITHOUT ANY WARRANTY; without even the implied warranty of
11    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12    GNU General Public License for more details.
13 
14    You should have received a copy of the GNU General Public License along
15    with this program; if not, write to the Free Software Foundation, Inc.,
16    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17 
18    Author contact information:
19 
20    E-mail: philip-fuse@shadowmagic.org.uk
21 
22 */
23 
24 /* This file is autogenerated from options.dat by options-header.pl.
25    Do not edit unless you know what you're doing! */
26 
27 #ifndef FUSE_OPTIONS_H
28 #define FUSE_OPTIONS_H
29 
30 int option_enumerate_sound_stereo_ay( void );
31 
32 int option_enumerate_sound_speaker_type( void );
33 
34 int option_enumerate_diskoptions_drive_plus3a_type( void );
35 
36 int option_enumerate_diskoptions_drive_plus3b_type( void );
37 
38 int option_enumerate_diskoptions_drive_beta128a_type( void );
39 
40 int option_enumerate_diskoptions_drive_beta128b_type( void );
41 
42 int option_enumerate_diskoptions_drive_beta128c_type( void );
43 
44 int option_enumerate_diskoptions_drive_beta128d_type( void );
45 
46 int option_enumerate_diskoptions_drive_plusd1_type( void );
47 
48 int option_enumerate_diskoptions_drive_plusd2_type( void );
49 
50 int option_enumerate_diskoptions_drive_disciple1_type( void );
51 
52 int option_enumerate_diskoptions_drive_disciple2_type( void );
53 
54 int option_enumerate_diskoptions_drive_opus1_type( void );
55 
56 int option_enumerate_diskoptions_drive_opus2_type( void );
57 
58 int option_enumerate_diskoptions_disk_try_merge( void );
59 
60 int option_enumerate_movie_movie_compr( void );
61 
62 #endif				/* #ifndef FUSE_OPTIONS_H */
63