1
0
Fork 0

add fgSetString() stub

This commit is contained in:
mfranz 2007-01-20 22:45:46 +00:00
parent e142aa2d50
commit 39269a1bb9

View 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; }