Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/gui/orxonox_gui_exec.h @ 1864

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

orxonox/trunk: merged gui to trunk

File size: 445 bytes
Line 
1#ifndef _ORXONOX_GUI_EXEC_H
2#define _ORXONOX_GUI_EXEC_H
3#include "orxonox_gui.h"
4
5gint orxonox_gui_quit ( GtkWidget *widget, GdkEvent *event, gpointer data);
6
7void exec_check_button_change(GtkWidget *widget, int* data);
8GtkWidget *orxonox_gui_exec_frame (struct settings *orxonox_settings);
9char * orxonox_flags_text (struct settings *orxonox_settings, char *exec_flags_text);
10void orxonox_flags_update (void);
11
12#endif /* _ORXONOX_GUI_EXEC_H */
Note: See TracBrowser for help on using the repository browser.