X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCockpit%2Fpanel_io.hxx;h=8c38f8d99cae914c07235ffa6ddfce512840d716;hb=fee003e8cc17f0aa9a1e9280dd823d20e231e967;hp=03de48e2391a402ab863c3d9fc7b438e6038056e;hpb=da39b543f0f07f022b615c56c3aa6b592eaa0317;p=flightgear.git diff --git a/src/Cockpit/panel_io.hxx b/src/Cockpit/panel_io.hxx index 03de48e23..8c38f8d99 100644 --- a/src/Cockpit/panel_io.hxx +++ b/src/Cockpit/panel_io.hxx @@ -29,12 +29,15 @@ # include #endif -#include +#include -#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