89b41395d8
Simple source directory clean-up, so "Main" folder contains fewer stuff and the list of files in the editors a lot shorter.
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
|