// fg_commands.hxx - built-in commands for FlightGear. #ifndef __FG_COMMANDS_HXX #define __FG_COMMANDS_HXX #ifndef __cplusplus # error This library requires C++ #endif #ifdef HAVE_CONFIG_H # include #endif #ifdef HAVE_WINDOWS_H # include #endif #include #include /** * Initialize the built-in commands. */ void fgInitCommands (); #endif // end of fg_commands.hxx