X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Controls%2Fcontrols.h;h=d5045815aecd7ee4b0a847e0637fb3339e24cab0;hb=3680a111488632d1f120826a1646a7e9e9ed0525;hp=333c59913559d96a20a4160780c86b519f2a1518;hpb=0de1810a15a4491dcb0373bfd5533f5438ac02c0;p=flightgear.git diff --git a/Controls/controls.h b/Controls/controls.h index 333c59913..d5045815a 100644 --- a/Controls/controls.h +++ b/Controls/controls.h @@ -28,7 +28,7 @@ #define _CONTROLS_H -#include "../Include/limits.h" +#include "../Include/fg_limits.h" /* Define a structure containing the control parameters */ @@ -80,9 +80,13 @@ void fgThrottleSet(int engine, double pos); /* $Log$ -/* Revision 1.9 1998/01/22 02:59:31 curt -/* Changed #ifdef FILE_H to #ifdef _FILE_H +/* Revision 1.10 1998/01/27 00:47:52 curt +/* Incorporated Paul Bleisch's new debug message +/* system and commandline/config file processing code. /* + * Revision 1.9 1998/01/22 02:59:31 curt + * Changed #ifdef FILE_H to #ifdef _FILE_H + * * Revision 1.8 1998/01/19 18:40:22 curt * Tons of little changes to clean up the code and to remove fatal errors * when building with the c++ compiler.