]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_init.hxx
Moved random ground cover object management code (userdata.[ch]xx) over
[flightgear.git] / src / Main / fg_init.hxx
index cd529cc6f24a361a531c7ba68fccbd09c3c3aabf..56325fca1b4e2edce1345ba336b9955d26ab9944 100644 (file)
@@ -62,18 +62,22 @@ bool fgInitConfig ( int argc, char **argv );
 SGPropertyNode *fgInitLocale(const char *language);
 
 
+// Init navaids and waypoints
+bool fgInitNav ();
+
+
 // General house keeping initializations
-bool fgInitGeneral ( void );
+bool fgInitGeneral ();
 
 
 // This is the top level init routine which calls all the other
 // initialization routines.  If you are adding a subsystem to flight
 // gear, its initialization call should located in this routine.
-bool fgInitSubsystems( void );
+bool fgInitSubsystems();
 
 
 // Reset
-void fgReInitSubsystems( void );
+void fgReInitSubsystems();
 
 
 // find basic airport location info from airport database