]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/yasim-test.cpp
add fgSetString() stub
[flightgear.git] / src / FDM / YASim / yasim-test.cpp
index e63a9125ac55224f554a95bbf2b0408a454999e9..cff1c1558dbec07683bc5a2fd6bf4d5e43a0a565 100644 (file)
@@ -13,6 +13,7 @@ using namespace yasim;
 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; }
+bool fgSetString(char const * name, char const * str) { return false; }
 SGPropertyNode* fgGetNode (const char * path, bool create) { return 0; }
 SGPropertyNode* fgGetNode (const char * path, int i, bool create) { return 0; }
 float fgGetFloat (const char * name, float defaultValue) { return 0; }