1 // fg_commands.hxx - built-in commands for FlightGear.
3 #ifndef __FG_COMMANDS_HXX
4 #define __FG_COMMANDS_HXX
7 # error This library requires C++
15 #include <simgear/structure/commands.hxx>
16 #include <simgear/props/props.hxx>
19 * Initialize the built-in commands.
21 void fgInitCommands ();
25 // end of fg_commands.hxx