1
0
Fork 0

add fgSetString() stub

This commit is contained in:
mfranz 2007-01-21 10:48:22 +00:00
parent 9eab3442d3
commit 2105d6744d

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