Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/branches/bensch: added default settings and video-init

File size: 376 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
10struct settings
11{
12  int video_fullscreen;
13  int video_wireframe;
14 
15  int audio_enable_sound;
16  int audio_music_volume;
17  int audio_effects_volume;
18 
19  int exec_save_settings;
20  int exec_show_menu;
21};
22extern verbose;
23
24#endif /* _ORXONOX_GUI_H */
Note: See TracBrowser for help on using the repository browser.