]> git.mxchange.org Git - flightgear.git/blob - src/Main/fg_commands.hxx
Clean-up cmake (linker) dependencies.
[flightgear.git] / src / Main / fg_commands.hxx
1 // fg_commands.hxx - built-in commands for FlightGear.
2
3 #ifndef __FG_COMMANDS_HXX
4 #define __FG_COMMANDS_HXX
5
6 /**
7  * Initialize the built-in commands.
8  */
9 void fgInitCommands ();
10
11 // end of fg_commands.hxx
12
13 #endif