]> git.mxchange.org Git - flightgear.git/blob - src/Main/main.hxx
7050224302641a1ea2a1e0a813dda1b75b5f4272
[flightgear.git] / src / Main / main.hxx
1
2 #ifndef __FG_MAIN_HXX
3 #define __FG_MAIN_HXX 1
4
5 class SGSky;
6
7 extern SGSky *thesky;
8
9 void fgLoadDCS (void);
10 void fgUpdateDCS (void);
11 void fgBuildRenderStates( void );
12 void fgInitVisuals( void );
13 void fgRenderFrame();
14 void fgUpdateTimeDepCalcs();
15 void fgInitTimeDepCalcs( void );
16 void fgReshape( int width, int height );
17 void fgLoadDCS(void);
18 void fgUpdateDCS (void);
19
20 bool fgMainInit( int argc, char **argv );
21
22
23 #endif