Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/gui/gui/orxonox_gui.h @ 1860

Last change on this file since 1860 was 1857, checked in by bensch, 20 years ago

orxonox/branches/bensch: making availible for makefile of Trunk, orxonox/trunk: added man page, and License

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