74e2849293
This simplifies building a subset of the code for testing.
15 lines
242 B
C++
15 lines
242 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 ();
|
|
|
|
void fgInitSceneCommands();
|
|
|
|
// end of fg_commands.hxx
|
|
|
|
#endif
|