home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #6 / amigaacscoverdisc1998-061998.iso / games / descent / source / main / einit.c < prev    next >
C/C++ Source or Header  |  1998-06-08  |  1KB  |  56 lines

  1. /*
  2.  * $Source: f:/miner/source/main/editor/rcs/einit.c $
  3.  * $Revision: 2.0 $
  4.  * $Author: john $
  5.  * $Date: 1995/02/27 11:34:24 $
  6.  *
  7.  * Initialization routines for editor.
  8.  *
  9.  * $Log: einit.c $
  10.  * Revision 2.0  1995/02/27  11:34:24  john
  11.  * Version 2.0! No anonymous unions, Watcom 10.0, with no need
  12.  * for bitmaps.tbl.
  13.  * 
  14.  * Revision 1.9  1993/09/23  15:01:38  mike
  15.  * *** empty log message ***
  16.  * 
  17.  * Revision 1.8  1993/09/22  10:52:36  mike
  18.  * Move create_new_mine to segment.c, thereby making this a rather unimportant file.
  19.  * 
  20.  * Revision 1.7  1993/09/22  09:41:33  mike
  21.  * Change constant and variable names to conform to coding standards.
  22.  * 
  23.  * Revision 1.6  1993/09/21  15:09:25  mike
  24.  * Make create_new_mine create a multi-segment mine.
  25.  * 
  26.  * Revision 1.5  1993/09/17  16:44:31  mike
  27.  * new create_new_mine
  28.  * 
  29.  * Revision 1.4  1993/09/16  12:50:00  mike
  30.  * Create file.
  31.  * 
  32.  * Revision 1.3  1993/09/15  19:11:20  matt
  33.  * Hacked this to make it work
  34.  * 
  35.  * Revision 1.2  1993/09/15  18:10:54  mike
  36.  * no changes
  37.  * 
  38.  * Revision 1.1  1993/09/15  18:01:39  mike
  39.  * Initial revision
  40.  * 
  41.  *
  42.  */
  43.  
  44. #pragma off (unreferenced)
  45. static char rcsid[] = "$Id: einit.c 2.0 1995/02/27 11:34:24 john Exp $";
  46. #pragma on (unreferenced)
  47.  
  48. #include    <stdio.h>
  49.  
  50. #include "inferno.h"
  51. #include "mono.h"
  52. #include "fix.h"
  53. #include "segment.h"
  54. #include    "editor.h"
  55.  
  56.