1
0
Fork 0
flightgear/src/Viewer/fgviewer.hxx
ThorstenB 89b41395d8 Move viewer-related sources to separate folder.
Simple source directory clean-up, so "Main" folder contains fewer stuff
and the list of files in the editors a lot shorter.
2012-04-25 23:28:00 +02:00

5 lines
103 B
C++

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