Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/bensch/orxonox_gui.h @ 1819

Last change on this file since 1819 was 1819, checked in by bensch, 21 years ago

orxonox/branches/bensch: added flags-frame

File size: 450 bytes
Line 
1
2#ifndef _ORXONOX_GUI_H
3#define _ORXONOX_GUI_H
4
5#include <stdio.h>
6#include <stdlib.h>
7#include <string.h>
8#include <gtk/gtk.h>
9
10gint delete_event ( GtkWidget *widget, GdkEvent *event, gpointer data );
11
12struct settings
13{
14  int video_fullscreen;
15  int video_wireframe;
16 
17  int audio_enable_sound;
18  int audio_music_volume;
19  int audio_effects_volume;
20 
21  int exec_save_settings;
22  int exec_show_menu;
23};
24extern verbose;
25
26#endif /* _ORXONOX_GUI_H */
Note: See TracBrowser for help on using the repository browser.