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
|
Rev | Line | |
---|
[1809] | 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> |
---|
[1822] | 9 | #include "orxonox_gui_exec.h" |
---|
[1809] | 10 | |
---|
[1819] | 11 | gint delete_event ( GtkWidget *widget, GdkEvent *event, gpointer data ); |
---|
| 12 | |
---|
[1817] | 13 | struct 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 | }; |
---|
| 25 | extern verbose; |
---|
| 26 | |
---|
[1809] | 27 | #endif /* _ORXONOX_GUI_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.