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++
19 #include <simgear/structure/commands.hxx>
20 #include <simgear/props/props.hxx>
23 * Initialize the built-in commands.
25 void fgInitCommands ();
29 // end of fg_commands.hxx