13 lines
213 B
C++
13 lines
213 B
C++
// fg_commands.hxx - built-in commands for FlightGear.
|
|
|
|
#ifndef __FG_COMMANDS_HXX
|
|
#define __FG_COMMANDS_HXX
|
|
|
|
/**
|
|
* Initialize the built-in commands.
|
|
*/
|
|
void fgInitCommands ();
|
|
|
|
// end of fg_commands.hxx
|
|
|
|
#endif
|