Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/bensch/orxonox_gui_file.h @ 1821

Last change on this file since 1821 was 1817, checked in by bensch, 21 years ago

orxonox/branches/bensch: added default settings and video-init

File size: 301 bytes
Line 
1#ifndef _ORXONOX_GUI_VIDEO_H
2#define _ORXONOX_GUI_VIDEO_H
3
4#include "orxonox_gui.h"
5
6struct settings orxonox_gui_file_save (char *filename);
7struct settings orxonox_gui_file_load (char *filename);
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.