]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/util.hxx
Attempt #1 to sort out confusion between left / right / parking brake
[flightgear.git] / src / Main / util.hxx
index 20507033c5e4c8bda43f5efd2ac8c7feb73b9a10..093e7d69e7e78cd571a25e613e691c7a94dcd02b 100644 (file)
 #endif
 
 
+/**
+ * Initialize a single value through all existing weather levels.
+ *
+ * This function is useful mainly from the command-line.
+ *
+ * @param propname The name of the subproperty to initialized.
+ * @param value The initial value.
+ */
+extern void fgDefaultWeatherValue (const char * propname, double value);
+
+
 /**
  * Clean up and exit FlightGear.
  *