| 
                Last change
                  on this file since 1880 was
                  1864,
                  checked in by bensch, 22 years ago
           | 
        
        
          | 
               
orxonox/trunk: merged gui to trunk 
 
           | 
        
        | 
            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 |  | 
|---|
| 11 | struct 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 | }; | 
|---|
| 23 | extern verbose; | 
|---|
| 24 |  | 
|---|
| 25 | #endif /* _ORXONOX_GUI_H */ | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.