]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/panel_io.hxx
Melchior FRANZ:
[flightgear.git] / src / Cockpit / panel_io.hxx
index 03de48e2391a402ab863c3d9fc7b438e6038056e..8c38f8d99cae914c07235ffa6ddfce512840d716 100644 (file)
 #  include <windows.h>
 #endif
 
-#include <iostream>
+#include <simgear/compiler.h>
 
-#include "panel.hxx"
+#include STL_IOSTREAM
 
-using std::istream;
+SG_USING_STD(istream);
+
+class FGPanel;
 
 extern FGPanel * fgReadPanel (istream &input);
+extern FGPanel * fgReadPanel (const string &relative_path);
 
 #endif // __PANEL_IO_HXX