]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/sgVec3Slider.hxx
Don't restore initial screen geometry because there is nothing in fg_os* to resize...
[flightgear.git] / src / GUI / sgVec3Slider.hxx
index 06739cd2078f83ca8739815ee0c32616b0df1bcb..58186d687498827a44568179c1ca95dbacceccb9 100644 (file)
 #include <stdio.h>
 #include "gui.h"
 
+void PilotOffsetInit();
 void PilotOffsetInit( sgVec3 vec );
 void PilotOffsetAdjust( puObject * );
+void Vec3FromHeadingPitchRadius( sgVec3 vec3, float heading, float pitch, float radius );
+void HeadingPitchRadiusFromVec3( sgVec3 hpr, sgVec3 vec3 );
 //void PilotOffsetGet( float *po );
 sgVec3 *PilotOffsetGet();
+void PilotOffsetSet( int opt, float setting);
+float PilotOffsetGetSetting( int opt );
+
 #endif // _VEC3_SLIDER_H