From 5c138be691c753b894ae0c4abff71f159bd0bd1c Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Wed, 22 Jan 2003 00:54:13 +0000 Subject: [PATCH] restore prototype for swap_polygon_model_data --- include/interp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/interp.h b/include/interp.h index 0bd78f1d..2e1f8081 100644 --- a/include/interp.h +++ b/include/interp.h @@ -1,4 +1,4 @@ -/* $Id: interp.h,v 1.3 2003-01-22 00:51:49 btb Exp $ */ +/* $Id: interp.h,v 1.4 2003-01-22 00:54:13 btb Exp $ */ /* * * took out functions declarations from include/3d.h @@ -38,6 +38,7 @@ bool g3_draw_morphing_model(void *model_ptr,grs_bitmap **model_bitmaps,vms_angve void g3_remap_interp_colors(void); #ifdef WORDS_BIGENDIAN +// routine to convert little to big endian in polygon model data void swap_polygon_model_data(ubyte *data); #endif -- 2.39.2