|
Last change
on this file since 1971 was
1864,
checked in by bensch, 22 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 | |
|---|
| 5 | gint orxonox_gui_quit ( GtkWidget *widget, GdkEvent *event, gpointer data); |
|---|
| 6 | |
|---|
| 7 | void exec_check_button_change(GtkWidget *widget, int* data); |
|---|
| 8 | GtkWidget *orxonox_gui_exec_frame (struct settings *orxonox_settings); |
|---|
| 9 | char * orxonox_flags_text (struct settings *orxonox_settings, char *exec_flags_text); |
|---|
| 10 | void orxonox_flags_update (void); |
|---|
| 11 | |
|---|
| 12 | #endif /* _ORXONOX_GUI_EXEC_H */ |
|---|
Note: See
TracBrowser
for help on using the repository browser.