]> git.mxchange.org Git - flightgear.git/blobdiff - Simulator/general.h
Prepended "fg" on the name of all global structures that didn't have it yet.
[flightgear.git] / Simulator / general.h
index c75cb546ca7bb28864c3fe23a758ae1be20aeb8d..836f79a4f3ea9984a1ba376dfd6e48a0d8bc04d0 100644 (file)
 
 
 /* the general house keeping structure definition */
-struct general_params {
+struct fgGENERAL {
     /* The flight gear "root" directory */
     char *root_dir;
 };
 
 /* general contains all the general house keeping parameters. */
-extern struct general_params general;
+extern struct fgGENERAL general;
 
 #endif /* GENERAL_H */
 
 
 /* $Log$
-/* Revision 1.1  1997/08/23 11:37:12  curt
-/* Initial revision.
+/* 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.
+ *
  */