X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Simulator%2Fgeneral.h;h=836f79a4f3ea9984a1ba376dfd6e48a0d8bc04d0;hb=28fad1d2964d4f7122fff0a3d479e15fdb2e8be8;hp=8bd85906ea26e18ca557ec637bf4229446a15fe7;hpb=871ee408fa93b6ef926de706fc119fdbca0025e7;p=flightgear.git diff --git a/Simulator/general.h b/Simulator/general.h index 8bd85906e..836f79a4f 100644 --- a/Simulator/general.h +++ b/Simulator/general.h @@ -31,21 +31,25 @@ /* the general house keeping structure definition */ -struct GENERAL { +struct fgGENERAL { /* The flight gear "root" directory */ char *root_dir; }; /* general contains all the general house keeping parameters. */ -extern struct GENERAL general; +extern struct fgGENERAL general; #endif /* GENERAL_H */ /* $Log$ -/* Revision 1.2 1997/08/27 03:29:38 curt -/* Changed naming scheme of basic shared structures. +/* Revision 1.3 1997/12/10 22:37:34 curt +/* Prepended "fg" on the name of all global structures that didn't have it yet. +/* i.e. "struct WEATHER {}" became "struct fgWEATHER {}" /* + * Revision 1.2 1997/08/27 03:29:38 curt + * Changed naming scheme of basic shared structures. + * * Revision 1.1 1997/08/23 11:37:12 curt * Initial revision. *