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

  1. /*
  2.  * $Source: f:/miner/source/main/editor/rcs/kfuncs.h $
  3.  * $Revision: 2.0 $
  4.  * $Author: john $
  5.  * $Date: 1995/02/27 11:34:33 $
  6.  * 
  7.  * Header for kfuncs.c
  8.  * 
  9.  * $Log: kfuncs.h $
  10.  * Revision 2.0  1995/02/27  11:34:33  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:18  matt
  15.  * Got rid of externs in source (non-header) files
  16.  * 
  17.  * Revision 1.1  1994/05/14  16:37:14  matt
  18.  * Initial revision
  19.  * 
  20.  * 
  21.  */
  22.  
  23.  
  24.  
  25. #ifndef _KFUNCS_H
  26. #define _KFUNCS_H
  27.  
  28. void init_med_functions(void);
  29.  
  30. #endif
  31.