X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2FYASim%2Fyasim-test.cpp;h=5693c898a9456f6058ef05b0e567feaf9802a3ba;hb=195eadc739395dcf105075726833cafb48745fcc;hp=9938cc109da5c3a9c100a38af0d159b49c9fe56d;hpb=0b2a45e2567c84844a4a5a20bd5044e5329c5bdb;p=flightgear.git diff --git a/src/FDM/YASim/yasim-test.cpp b/src/FDM/YASim/yasim-test.cpp index 9938cc109..5693c898a 100644 --- a/src/FDM/YASim/yasim-test.cpp +++ b/src/FDM/YASim/yasim-test.cpp @@ -1,7 +1,7 @@ #include +#include #include -#include #include "FGFDM.hpp" #include "Airplane.hpp" @@ -11,6 +11,7 @@ using namespace yasim; // Stubs. Not needed by a batch program, but required to link. bool fgSetFloat (const char * name, float val) { return false; } bool fgSetBool(char const * name, bool val) { return false; } +bool fgGetBool(char const * name, bool def) { return false; } SGPropertyNode* fgGetNode (const char * path, bool create) { return 0; } float fgGetFloat (const char * name, float defaultValue) { return 0; }