1
0
Fork 0
flightgear/src/Main/fg_commands.hxx
2010-09-30 23:10:00 +01:00

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