3bce312213
Move fgviewer code into fgfs binary. Its osgViewer-style main function is called from bootstrap.cxx if the --fgviewer argument is passed to fgfs. Use fgfs initialization functions in fgviewer codepath. Read command-line arguments and autosave.xml.
5 lines
103 B
C++
5 lines
103 B
C++
#ifndef __FG_FGVIEWER_HXX
|
|
#define __FG_FGVIEWER_HXX 1
|
|
|
|
int fgviewerMain(int argc, char** argv);
|
|
#endif
|