1
0
Fork 0
flightgear/src/Main/fgviewer.hxx
timoore 3bce312213 Get fgviewer working as a part of fgfs
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.
2009-08-12 23:45:54 +02:00

5 lines
103 B
C++

#ifndef __FG_FGVIEWER_HXX
#define __FG_FGVIEWER_HXX 1
int fgviewerMain(int argc, char** argv);
#endif