1
0
Fork 0

Declare fgInitNav().

This commit is contained in:
david 2003-02-21 02:42:45 +00:00
parent 8eac88efe9
commit 7d7a137d86

View file

@ -62,6 +62,10 @@ bool fgInitConfig ( int argc, char **argv );
SGPropertyNode *fgInitLocale(const char *language);
// Init navaids and waypoints
bool fgInitNav ();
// General house keeping initializations
bool fgInitGeneral ();