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

  1. /*
  2.  * $Source: f:/miner/source/main/editor/rcs/info.h $
  3.  * $Revision: 2.0 $
  4.  * $Author: john $
  5.  * $Date: 1995/02/27 11:34:32 $
  6.  * 
  7.  * Header for info.c
  8.  * 
  9.  * $Log: info.h $
  10.  * Revision 2.0  1995/02/27  11:34:32  john
  11.  * Version 2.0! No anonymous unions, Watcom 10.0, with no need
  12.  * for bitmaps.tbl.
  13.  * 
  14.  * Revision 1.2  1994/05/14  17:18:17  matt
  15.  * Got rid of externs in source (non-header) files
  16.  * 
  17.  * Revision 1.1  1994/05/14  16:30:39  matt
  18.  * Initial revision
  19.  * 
  20.  * 
  21.  */
  22.  
  23.  
  24.  
  25. #ifndef _INFO_H
  26. #define _INFO_H
  27.  
  28. void info_display_all( UI_WINDOW * wnd );
  29.  
  30. extern int init_info;
  31.  
  32. #endif
  33.