X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Main%2Fviews.h;h=f3987b7c01cec14e149afc30cf8af9de169334c1;hb=50c0f6c9e628b9e1ff6bfecfa4ce04084beaccb7;hp=11b0c9208df6c15f2b2ab194547213eb93efcf51;hpb=0bb3c2969a80b026b33b5852386c489a05773b3b;p=flightgear.git diff --git a/Main/views.h b/Main/views.h index 11b0c9208..f3987b7c0 100644 --- a/Main/views.h +++ b/Main/views.h @@ -85,16 +85,20 @@ extern struct fgVIEW current_view; void fgViewInit(struct fgVIEW *v); /* Update the view parameters */ -void fgViewUpdate(struct fgFLIGHT *f, struct fgVIEW *v, struct fgLIGHT *l); +void fgViewUpdate(fgFLIGHT *f, struct fgVIEW *v, struct fgLIGHT *l); #endif /* _VIEWS_H */ /* $Log$ -/* Revision 1.9 1998/01/29 00:50:29 curt -/* Added a view record field for absolute x, y, z position. +/* Revision 1.10 1998/02/07 15:29:45 curt +/* Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss +/* /* + * Revision 1.9 1998/01/29 00:50:29 curt + * Added a view record field for absolute x, y, z position. + * * Revision 1.8 1998/01/27 00:47:58 curt * Incorporated Paul Bleisch's new debug message * system and commandline/config file processing code.