X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Scenery%2Ftilemgr.h;h=c43db6f08b5e1c052f14985e0da73f9acf520429;hb=f1ec224b73dc81dc487836bbd45b6e21c10df0a5;hp=cba5a948ed761f08e4006ee55a62306b156be031;hpb=a9fdc0e3415420bdfd2d90531447ddeb4390c2ad;p=flightgear.git diff --git a/Scenery/tilemgr.h b/Scenery/tilemgr.h index cba5a948e..c43db6f08 100644 --- a/Scenery/tilemgr.h +++ b/Scenery/tilemgr.h @@ -25,23 +25,27 @@ /* Initialize the Tile Manager subsystem */ -void fgTileMgrInit(); +void fgTileMgrInit( void ); /* given the current lon/lat, fill in the array of local chunks. If * the chunk isn't already in the cache, then read it from disk. */ -void fgTileMgrUpdate(); +void fgTileMgrUpdate( void ); /* Render the local tiles --- hack, hack, hack */ -void fgTileMgrRender(); +void fgTileMgrRender( void ); /* $Log$ -/* Revision 1.2 1998/01/13 00:23:11 curt -/* Initial changes to support loading and management of scenery tiles. Note, -/* there's still a fair amount of work left to be done. +/* Revision 1.3 1998/01/19 18:40:38 curt +/* Tons of little changes to clean up the code and to remove fatal errors +/* when building with the c++ compiler. /* + * Revision 1.2 1998/01/13 00:23:11 curt + * Initial changes to support loading and management of scenery tiles. Note, + * there's still a fair amount of work left to be done. + * * Revision 1.1 1998/01/07 23:50:51 curt * "area" renamed to "tile" *