X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Cockpit%2Fhud.h;h=28fe685afe67052fcb7311422220cc7035e97bf7;hb=28fad1d2964d4f7122fff0a3d479e15fdb2e8be8;hp=696cdd49b1afceefef104fdbcce8f8f269263304;hpb=871ee408fa93b6ef926de706fc119fdbca0025e7;p=flightgear.git diff --git a/Cockpit/hud.h b/Cockpit/hud.h index 696cdd49b..28fe685af 100644 --- a/Cockpit/hud.h +++ b/Cockpit/hud.h @@ -203,7 +203,7 @@ struct HUD { typedef struct HUD *Hptr; -Hptr fgHUDInit( struct AIRCRAFT cur_aircraft, int color ); +Hptr fgHUDInit( struct fgAIRCRAFT cur_aircraft, int color ); Hptr fgHUDAddHorizon( Hptr hud, int x_pos, int y_pos, int length, int hole_len, double (*load_value)() ); Hptr fgHUDAddScale( Hptr hud, int type, int scr_pos, int scr_min, int scr_max, int div_min, int div_max, \ int orientation, int with_min, int min_value, int width_units, double (*load_value)() ); @@ -226,7 +226,11 @@ void fgUpdateHUD2( struct HUD *hud ); /* $Log$ -/* Revision 1.1 1997/08/29 18:03:22 curt -/* Initial revision. +/* Revision 1.2 1997/12/10 22:37:40 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.1 1997/08/29 18:03:22 curt + * Initial revision. + * */