From e3f22ebb2aed38835d635334c3d665811f2e9f51 Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 23 Jan 1998 20:06:50 +0000 Subject: [PATCH] tileutils.* renamed to bucketutils.* --- Scenery/Makefile | 4 ++-- Scenery/{tileutils.c => bucketutils.c} | 9 ++++++--- Scenery/{tileutils.h => bucketutils.h} | 7 +++++-- 3 files changed, 13 insertions(+), 7 deletions(-) rename Scenery/{tileutils.c => bucketutils.c} (96%) rename Scenery/{tileutils.h => bucketutils.h} (94%) diff --git a/Scenery/Makefile b/Scenery/Makefile index 87786dc63..fe6996e71 100644 --- a/Scenery/Makefile +++ b/Scenery/Makefile @@ -27,8 +27,8 @@ ARLIBRARY = libScenery.a TARGETS = $(ARLIBRARY) -CFILES = common.c geometry.c mesh.c obj.c scenery.c texload.c \ - tilemgr.c tileutils.c +CFILES = bucketutils.c common.c geometry.c mesh.c obj.c scenery.c texload.c \ + tilemgr.c CXXFILES = LDIRT = $(FG_ROOT_LIB)/$(ARLIBRARY) diff --git a/Scenery/tileutils.c b/Scenery/bucketutils.c similarity index 96% rename from Scenery/tileutils.c rename to Scenery/bucketutils.c index ec424ff4e..b8c832daf 100644 --- a/Scenery/tileutils.c +++ b/Scenery/bucketutils.c @@ -266,10 +266,13 @@ int main() { /* $Log$ -/* Revision 1.6 1998/01/19 19:27:18 curt -/* Merged in make system changes from Bob Kuehne -/* This should simplify things tremendously. +/* Revision 1.1 1998/01/23 20:06:51 curt +/* tileutils.* renamed to bucketutils.* /* + * Revision 1.6 1998/01/19 19:27:18 curt + * Merged in make system changes from Bob Kuehne + * This should simplify things tremendously. + * * Revision 1.5 1998/01/14 02:19:04 curt * Makde offset_bucket visible to outside. * diff --git a/Scenery/tileutils.h b/Scenery/bucketutils.h similarity index 94% rename from Scenery/tileutils.h rename to Scenery/bucketutils.h index 0031845c4..1f71d5978 100644 --- a/Scenery/tileutils.h +++ b/Scenery/bucketutils.h @@ -77,9 +77,12 @@ void gen_idx_array(struct bucket *p1, struct bucket *tiles, /* $Log$ -/* Revision 1.6 1998/01/22 02:59:42 curt -/* Changed #ifdef FILE_H to #ifdef _FILE_H +/* Revision 1.1 1998/01/23 20:06:52 curt +/* tileutils.* renamed to bucketutils.* /* + * Revision 1.6 1998/01/22 02:59:42 curt + * Changed #ifdef FILE_H to #ifdef _FILE_H + * * Revision 1.5 1998/01/14 02:19:05 curt * Makde offset_bucket visible to outside. * -- 2.39.2