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

  1. /*
  2.  * $Source: f:/miner/source/main/editor/rcs/centers.h $
  3.  * $Revision: 2.0 $
  4.  * $Author: john $
  5.  * $Date: 1995/02/27 11:35:02 $
  6.  * 
  7.  * Center header
  8.  * 
  9.  * $Log: centers.h $
  10.  * Revision 2.0  1995/02/27  11:35:02  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/02  12:16:27  mike
  15.  * Prototype Center_names.
  16.  * 
  17.  * Revision 1.2  1994/07/21  19:35:20  yuan
  18.  * Fixed #include problem
  19.  * 
  20.  * Revision 1.1  1994/07/21  19:11:36  yuan
  21.  * Initial revision
  22.  * 
  23.  * 
  24.  */
  25.  
  26.  
  27.  
  28. #ifndef _CENTERS_H
  29. #define _CENTERS_H
  30.  
  31. #define    CENTER_STRING_LENGTH    12
  32.  
  33. #include    "fuelcen.h"
  34.  
  35. extern    char    Center_names[MAX_CENTER_TYPES][CENTER_STRING_LENGTH];
  36.  
  37. void close_centers_window();
  38. void do_centers_window();
  39.  
  40. #endif
  41.