]> git.mxchange.org Git - flightgear.git/commitdiff
add fgSetString() stub
authormfranz <mfranz>
Sun, 21 Jan 2007 10:48:22 +0000 (10:48 +0000)
committermfranz <mfranz>
Sun, 21 Jan 2007 10:48:22 +0000 (10:48 +0000)
src/FDM/YASim/proptest.cpp

index c3484c5004b64fd13fa302633282bebbd72de13d..6db6183f7ef0262133607336d560fae21143ef6a 100644 (file)
@@ -16,6 +16,7 @@ class SGPropertyNode;
 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; }