1
0
Fork 0
flightgear/src/Main/fg_commands.hxx

16 lines
242 B
C++
Raw Normal View History

// fg_commands.hxx - built-in commands for FlightGear.
#ifndef __FG_COMMANDS_HXX
#define __FG_COMMANDS_HXX
/**
* Initialize the built-in commands.
*/
void fgInitCommands ();
void fgInitSceneCommands();
// end of fg_commands.hxx
2010-09-29 21:27:27 +00:00
#endif