home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #6 / amigaacscoverdisc1998-061998.iso / games / descent / source / main / seguvs.h < prev    next >
C/C++ Source or Header  |  1998-06-08  |  820b  |  36 lines

  1. /*
  2.  * $Source: f:/miner/source/main/editor/rcs/seguvs.h $
  3.  * $Revision: 2.0 $
  4.  * $Author: john $
  5.  * $Date: 1995/02/27 11:34:58 $
  6.  * 
  7.  * Header for seguvs.c
  8.  * 
  9.  * $Log: seguvs.h $
  10.  * Revision 2.0  1995/02/27  11:34:58  john
  11.  * Version 2.0! No anonymous unions, Watcom 10.0, with no need
  12.  * for bitmaps.tbl.
  13.  * 
  14.  * Revision 1.3  1994/08/03  10:32:28  mike
  15.  * Add stretch_uvs_from_curedge.
  16.  * 
  17.  * Revision 1.2  1994/05/14  18:00:58  matt
  18.  * Got rid of externs in source (non-header) files
  19.  * 
  20.  * Revision 1.1  1994/05/14  17:27:26  matt
  21.  * Initial revision
  22.  * 
  23.  * 
  24.  */
  25.  
  26.  
  27.  
  28. #ifndef _SEGUVS_H
  29. #define _SEGUVS_H
  30.  
  31. extern void assign_light_to_side(segment *sp, int sidenum);
  32. extern void assign_default_lighting_all(void);
  33. extern void stretch_uvs_from_curedge(segment *segp, int side);
  34.  
  35. #endif
  36.