X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_props.hxx;h=81f4baffb571b2febebff1b0bc32525a9238ba4e;hb=6bf47cd248ed388e6a4dd3ffa2d00977b00b62fb;hp=023d4dbbff4c1f42db65f3f935b5e01c832c7b0b;hpb=2f630e502d46a1c239f0dab1f9109d5cb3619428;p=flightgear.git diff --git a/src/Main/fg_props.hxx b/src/Main/fg_props.hxx index 023d4dbbf..81f4baffb 100644 --- a/src/Main/fg_props.hxx +++ b/src/Main/fg_props.hxx @@ -30,6 +30,15 @@ public: private: simgear::TiedPropertyList _tiedProperties; + + static const char* getLatitudeString (); + static const char* getLongitudeString (); + + static SGConstPropertyNode_ptr _longDeg, _latDeg, _lonLatformat; + + SGPropertyNode_ptr _offset; + SGPropertyNode_ptr _uyear, _umonth, _uday, _uhour, _umin, _usec, _uwday, _udsec; + SGPropertyNode_ptr _ryear, _rmonth, _rday, _rhour, _rmin, _rsec, _rwday, _rdsec; };