Declare fgInitNav().
This commit is contained in:
parent
8eac88efe9
commit
7d7a137d86
1 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,10 @@ bool fgInitConfig ( int argc, char **argv );
|
||||||
SGPropertyNode *fgInitLocale(const char *language);
|
SGPropertyNode *fgInitLocale(const char *language);
|
||||||
|
|
||||||
|
|
||||||
|
// Init navaids and waypoints
|
||||||
|
bool fgInitNav ();
|
||||||
|
|
||||||
|
|
||||||
// General house keeping initializations
|
// General house keeping initializations
|
||||||
bool fgInitGeneral ();
|
bool fgInitGeneral ();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue