home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
200-299
/
ff246.lzh
/
Ty
/
src
/
win.h
< prev
Wrap
C/C++ Source or Header
|
1989-09-14
|
770b
|
20 lines
/*************************************************************************
*** win.h (JJB TEMPLAR) ***
*** Date begun: 8/8/89. ***
*** Last modified: 8/8/89. ***
*************************************************************************/
/*** Function predefs for win.c. ***
*************************************************************************/
extern struct Window *Window;
extern void tOpen();
extern void tWrite(UBYTE *,int);
extern void tClose();
extern int getcmd();
extern int getc();
extern void resize();
extern void doboom();
extern void horiz(int);
extern int conpos();