X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_commands.cxx;h=de4336833a344159e85801549e415fe0cf77dfca;hb=4fe615fff546df5e381f7fc9ddae92dd3dc36251;hp=cccaf0f7ce0b551bd046bae0ca57d3680fb38e8c;hpb=1b8f9cd1b4f5603ec0630869dc598bc0e34d3a95;p=flightgear.git diff --git a/src/Main/fg_commands.cxx b/src/Main/fg_commands.cxx index cccaf0f7c..de4336833 100644 --- a/src/Main/fg_commands.cxx +++ b/src/Main/fg_commands.cxx @@ -1,65 +1,329 @@ // fg_commands.cxx - internal FGFS commands. +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + +#include // strcmp() + #include #include STL_STRING #include STL_FSTREAM +#include #include -#include -#include +#include +#include +#include +#include -#include #include #include +#include +#include +#include +#include +#include +#include +#include #include +#include +#if defined(HAVE_PLIB_PSL) +# include +#endif +#include +#include +#include