Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/bensch/gui/orxonox_gui_file.h @ 1857

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

orxonox/branches/bensch: making availible for makefile of Trunk, orxonox/trunk: added man page, and License

File size: 355 bytes
Line 
1#ifndef _ORXONOX_GUI_VIDEO_H
2#define _ORXONOX_GUI_VIDEO_H
3
4#include "orxonox_gui.h"
5
6void orxonox_gui_file_save (char *config_file, struct settings *orxonox_settings);
7void orxonox_gui_file_load (char *config_file, struct settings *orxonox_settings);
8void orxonox_gui_file_default (struct settings *orxonox_settings);
9
10
11
12#endif /* _ORXONOX_GUI_VIDEO_H */
Note: See TracBrowser for help on using the repository browser.