File: ssetup-gtk.h

package info (click to toggle)
xscorch 0.2.0-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 4,636 kB
  • ctags: 3,399
  • sloc: ansic: 31,504; sh: 8,826; makefile: 467; perl: 16
file content (47 lines) | stat: -rw-r--r-- 1,612 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/* $Header: /fridge/cvs/xscorch/sgtk/ssetup-gtk.h,v 1.6 2004/02/26 06:34:55 justins Exp $ */
/*
   
   xscorch - ssetup-gtk.h     Copyright(c) 2000-2003 Justin David Smith
   justins(at)chaos2.org      http://chaos2.org/
    
   Function prototypes for the various setup functions
    

   This program is free software; you can redistribute it and/or modify 
   it under the terms of the GNU General Public License as published by 
   the Free Software Foundation, version 2 of the License ONLY. 

   This program is distributed in the hope that it will be useful, 
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
   General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software Foundation, 
   Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

*/
#ifndef __ssetup_gtk_h_included
#define __ssetup_gtk_h_included


#include <swindow-gtk.h>


/* Interface functions */
void sc_player_setup_gtk(sc_window_gtk *w);
void sc_economy_setup_gtk(sc_window_gtk *w);
void sc_physics_setup_gtk(sc_window_gtk *w);
void sc_land_setup_gtk(sc_window_gtk *w);
void sc_weapons_setup_gtk(sc_window_gtk *w);
void sc_options_setup_gtk(sc_window_gtk *w);
void sc_graphics_setup_gtk(sc_window_gtk *w);
void sc_ai_controller_setup_gtk(sc_window_gtk *w);
void sc_sound_setup_gtk(sc_window_gtk *w);
void sc_config_file_save_gtk(sc_window_gtk *w);
void sc_font_gtk(sc_window_gtk *w);


#endif /* __ssetup_gtk_h_included */