]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/panel_io.hxx
make --enable-osgviewer the default
[flightgear.git] / src / Cockpit / panel_io.hxx
index 03de48e2391a402ab863c3d9fc7b438e6038056e..4db99ea18ffe5107b89d6d4eb61e0ac8345d5a4f 100644 (file)
 //  WITHOUT ANY WARRANTY; without even the implied warranty of
 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 //  General Public License for more details.
-// 
+//
 //  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$
 
 #  include <config.h>
 #endif
 
-#ifdef HAVE_WINDOWS_H          
+#ifdef HAVE_WINDOWS_H
 #  include <windows.h>
 #endif
 
-#include <iostream>
+#include <simgear/compiler.h>
+
+#include STL_IOSTREAM
+#include STL_STRING
 
-#include "panel.hxx"
+SG_USING_STD(istream);
+SG_USING_STD(string);
 
-using std::istream;
+class FGPanel;
 
 extern FGPanel * fgReadPanel (istream &input);
+extern FGPanel * fgReadPanel (const string &relative_path);
 
 #endif // __PANEL_IO_HXX