980
edits
Line 84: | Line 84: | ||
* set the std:: terminate function | * set the std:: terminate function | ||
* set the atexit function | * set the atexit function | ||
* pass control to the viewer with fgViewerMain or initialize using fgMainInit | * pass control to the viewer with fgViewerMain or initialize using '''fgMainInit''' | ||
* catch throwables and other fatal error conditions, providing appropriate error messages | * catch throwables and other fatal error conditions, providing appropriate error messages | ||
|- | |- | ||
| src/Main/Main || | | src/Main/Main || fgMainInit | ||
| | |||
* set logging level and enable logging | |||
* setup globals as an instance of FGGlobals. | |||
|- | |- | ||
| Example || Example || Example | | Example || Example || Example | ||
|} | |} | ||
====Modules on the Path to Holding Short==== | ====Modules on the Path to Holding Short==== | ||
edits