Modified Files:
src/Main/main.cxx src/Main/main.hxx
}
-void fgInitTimeDepCalcs( void ) {
- // noop for now
-}
-
-
-static const double alt_adjust_ft = 3.758099;
-static const double alt_adjust_m = alt_adjust_ft * SG_FEET_TO_METER;
-
-
// What should we do when we have nothing else to do? Let's get ready
// for the next move and update the display?
static void fgMainLoop( void ) {
#ifndef __FG_MAIN_HXX
#define __FG_MAIN_HXX 1
-void fgLoadDCS (void);
-void fgUpdateDCS (void);
void fgUpdateTimeDepCalcs();
-void fgInitTimeDepCalcs( void );
bool fgMainInit( int argc, char **argv );