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

  1. /*
  2.  * $Source: f:/miner/source/main/editor/rcs/ehostage.h $
  3.  * $Revision: 2.0 $
  4.  * $Author: john $
  5.  * $Date: 1995/02/27 11:35:13 $
  6.  * 
  7.  * .
  8.  * 
  9.  * $Log: ehostage.h $
  10.  * Revision 2.0  1995/02/27  11:35:13  john
  11.  * Version 2.0! No anonymous unions, Watcom 10.0, with no need
  12.  * for bitmaps.tbl.
  13.  * 
  14.  * Revision 1.2  1994/07/01  17:57:14  john
  15.  * First version of not-working hostage system
  16.  * 
  17.  * 
  18.  * Revision 1.1  1994/07/01  14:24:41  john
  19.  * Initial revision
  20.  * 
  21.  * 
  22.  */
  23.  
  24.  
  25.  
  26. #ifndef _EHOSTAGE_H
  27. #define _EHOSTAGE_H
  28.  
  29. extern int do_hostage_dialog();
  30. extern void hostage_close_window();
  31. extern void do_hostage_window();
  32.  
  33. #endif
  34.