X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_io.hxx;h=0550fdb022ad9ba8a376df584b5b099acd0fe6ed;hb=a4e81f4ff075e6a3c0c2ea1b5a29c0bcdfdbc671;hp=163d96f07d3836533bb5886c25d3652cdc30b542;hpb=1fd92702678bcf4a32f888fe3014c684e0235870;p=flightgear.git diff --git a/src/Main/fg_io.hxx b/src/Main/fg_io.hxx index 163d96f07..0550fdb02 100644 --- a/src/Main/fg_io.hxx +++ b/src/Main/fg_io.hxx @@ -25,17 +25,7 @@ #define _FG_IO_HXX -#include "Include/compiler.h" - -// #include - -// #ifdef FG_HAVE_STD_INCLUDES -// # include -// #else -// # include -// #endif - -#include +#include // initialize I/O channels based on command line options (if any) @@ -46,6 +36,8 @@ void fgIOInit(); void fgIOProcess(); -#endif // _FG_IO_HXX +// shutdown all I/O connections +void fgIOShutdownAll(); +#endif // _FG_IO_HXX