]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/ray.hxx
new FSF address
[flightgear.git] / src / Network / ray.hxx
index 1739ef02278897ebe246d6ba0d4666c01b6a7d0e..3741e255ec3707902cde421627b86a19e6699b9f 100644 (file)
@@ -16,7 +16,7 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 // $Id$
 
 #define _FG_RAY_HXX
 
 
+#include <stdio.h>             // FILE
+
 #include <simgear/compiler.h>
 
 #include STL_STRING
 
 #include "protocol.hxx"
 
-FG_USING_STD(string);
+SG_USING_STD(string);
 
 
 class FGRAY : public FGProtocol {
@@ -43,6 +45,7 @@ class FGRAY : public FGProtocol {
     double chair_rising;
     double chair_height;
     double chair_vertical[2];
+    FILE *chair_FILE;
 
 public: