home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ACS 1998 #6
/
amigaacscoverdisc1998-061998.iso
/
games
/
descent
/
source
/
lib
/
kfuncs.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-06-08
|
595b
|
31 lines
/*
* $Source: f:/miner/source/main/editor/rcs/kfuncs.h $
* $Revision: 2.0 $
* $Author: john $
* $Date: 1995/02/27 11:34:33 $
*
* Header for kfuncs.c
*
* $Log: kfuncs.h $
* Revision 2.0 1995/02/27 11:34:33 john
* Version 2.0! No anonymous unions, Watcom 10.0, with no need
* for bitmaps.tbl.
*
* Revision 1.2 1994/05/14 17:18:18 matt
* Got rid of externs in source (non-header) files
*
* Revision 1.1 1994/05/14 16:37:14 matt
* Initial revision
*
*
*/
#ifndef _KFUNCS_H
#define _KFUNCS_H
void init_med_functions(void);
#endif