1
0
Fork 0
flightgear/src/Main/fg_commands.hxx
James Turner 74e2849293 Move some commands to a separate file.
This simplifies building a subset of the code for testing.
2017-03-22 21:13:40 +01:00

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