Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/branches/bensch: hmm… little typo… it simply was too late for me

File size: 480 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#include "orxonox_gui_exec.h"
10
11gint delete_event ( GtkWidget *widget, GdkEvent *event, gpointer data );
12
13struct settings
14{
15  int video_fullscreen;
16  int video_wireframe;
17 
18  int audio_enable_sound;
19  int audio_music_volume;
20  int audio_effects_volume;
21 
22  int exec_save_settings;
23  int exec_show_menu;
24};
25extern verbose;
26
27#endif /* _ORXONOX_GUI_H */
Note: See TracBrowser for help on using the repository browser.