]> git.mxchange.org Git - flightgear.git/blob - src/Main/fg_commands.hxx
Merge commit 'refs/merge-requests/1552' of git@gitorious.org:fg/flightgear into next
[flightgear.git] / src / Main / fg_commands.hxx
1 // fg_commands.hxx - built-in commands for FlightGear.
2
3 #ifndef __FG_COMMANDS_HXX
4 #define __FG_COMMANDS_HXX
5
6 #ifndef __cplusplus
7 # error This library requires C++
8 #endif
9
10
11 #ifdef HAVE_CONFIG_H
12 #  include <config.h>
13 #endif
14
15 #include <simgear/structure/commands.hxx>
16 #include <simgear/props/props.hxx>
17
18 /**
19  * Initialize the built-in commands.
20  */
21 void fgInitCommands ();
22
23 #endif
24
25 // end of fg_commands.hxx