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   
C/C++ Source or Header  |  1989-09-14  |  770b  |  20 lines

  1. /*************************************************************************
  2.  ***                        win.h                        (JJB TEMPLAR) ***
  3.  *** Date begun: 8/8/89.                                               ***
  4.  *** Last modified: 8/8/89.                                            ***
  5.  *************************************************************************/
  6. /*** Function predefs for win.c.                                       ***
  7.  *************************************************************************/
  8.  
  9. extern struct Window    *Window;
  10.  
  11. extern void tOpen();
  12. extern void tWrite(UBYTE *,int);
  13. extern void tClose();
  14. extern int  getcmd();
  15. extern int  getc();
  16. extern void resize();
  17. extern void doboom();
  18. extern void horiz(int);
  19. extern int  conpos();
  20.