Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/bensch/orxonox_gui_exec.h @ 1824

Last change on this file since 1824 was 1822, checked in by bensch, 21 years ago

orxonox/branches/bensch: hmm… little typo… it simply was too late for me

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