]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/util.hxx
Move the texture loader to SimGear
[flightgear.git] / src / Main / util.hxx
index 91c34a1b95b18b1c9dade82f6a852631b63b2757..20507033c5e4c8bda43f5efd2ac8c7feb73b9a10 100644 (file)
 #endif
 
 
+/**
+ * Clean up and exit FlightGear.
+ *
+ * This function makes sure that network connections and I/O streams
+ * are cleaned up.
+ *
+ * @param status The exit status to pass to the operating system.
+ */
+extern void fgExit (int status = 0);
+
+
 /**
  * Move a value towards a target.
  *