home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #6 / amigaacscoverdisc1998-061998.iso / games / descent / source / main / medsel.h < prev    next >
Text File  |  1998-06-08  |  656b  |  31 lines

  1. /*
  2.  * $Source: f:/miner/source/main/editor/rcs/medsel.h $
  3.  * $Revision: 2.0 $
  4.  * $Author: john $
  5.  * $Date: 1995/02/27 11:34:28 $
  6.  * 
  7.  * rountines stipped from med.c for segment selection
  8.  * 
  9.  * $Log: medsel.h $
  10.  * Revision 2.0  1995/02/27  11:34:28  john
  11.  * Version 2.0! No anonymous unions, Watcom 10.0, with no need
  12.  * for bitmaps.tbl.
  13.  * 
  14.  * Revision 1.2  1993/12/17  12:18:35  john
  15.  * Moved selection stuff out of med.c
  16.  * 
  17.  * Revision 1.1  1993/12/17  09:29:51  john
  18.  * Initial revision
  19.  * 
  20.  * 
  21.  */
  22.  
  23.  
  24.  
  25. #ifndef _MEDSEL_H
  26. #define _MEDSEL_H
  27.  
  28. extern void sort_seg_list(int n_segs,short *segnumlist,vms_vector *pos);
  29.  
  30. #endif
  31.