]> git.mxchange.org Git - flightgear.git/blob - src/GUI/sgVec3Slider.hxx
Added "/sim/startup/browser-app" as a property.
[flightgear.git] / src / GUI / sgVec3Slider.hxx
1 #ifndef _VEC3_SLIDER_H
2 #define  _VEC3_SLIDER_H
3
4 #ifdef HAVE_CONFIG_H
5 #include <config.h>
6 #endif
7
8 #include <simgear/compiler.h>
9
10 #ifdef HAVE_WINDOWS_H
11 #include <windows.h>
12 #endif
13
14 #include <stdio.h>
15 #include "gui.h"
16
17 void PilotOffsetInit( sgVec3 vec );
18 void PilotOffsetAdjust( puObject * );
19 //void PilotOffsetGet( float *po );
20 sgVec3 *PilotOffsetGet();
21 #endif // _VEC3_SLIDER_H