]> git.mxchange.org Git - flightgear.git/blobdiff - src/Aircraft/aircraft.hxx
Add a *really* crude model of ITT, Oil Temp, and Oil Pressure. This
[flightgear.git] / src / Aircraft / aircraft.hxx
index 94fd6db3c37a15f7a8c6bae8a9d2a60aa5cc04dc..406e9773ea9e2a01a48f9784971b48896728a535 100644 (file)
@@ -3,7 +3,7 @@
 //
 // Written by Curtis Olson, started May 1997.
 //
-// Copyright (C) 1997  Curtis L. Olson  - curt@infoplane.com
+// Copyright (C) 1997  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
@@ -59,7 +59,7 @@ void fgAircraftOutputCurrent(fgAIRCRAFT *a);
 
 // Read the list of available aircraft into to property tree
 void fgReadAircraft(void);
-static bool fgLoadAircraft (const SGPropertyNode * arg);
+bool fgLoadAircraft (const SGPropertyNode * arg);
 
 #endif // _AIRCRAFT_HXX