]> git.mxchange.org Git - flightgear.git/blob - src/Main/fg_commands.hxx
Fix my mailing address by replacing it with my web page.
[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 #ifdef HAVE_WINDOWS_H
16 #  include <windows.h>                     
17 #endif
18
19 #include <simgear/structure/commands.hxx>
20 #include <simgear/props/props.hxx>
21
22 /**
23  * Initialize the built-in commands.
24  */
25 void fgInitCommands ();
26
27 #endif
28
29 // end of fg_commands.hxx