home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / GRAPHICS / MISC / STK100.ZIP / STKSRC.COM / STKHEAD < prev    next >
Encoding:
Text File  |  1990-10-20  |  1.4 KB  |  35 lines

  1. /**********************************************************************
  2. * stk.h
  3. * All prototypes and global typedefs for the sprite toolkit
  4. * concatenated into one include file. (The separate include 
  5. * files can be found from the stksrc archieve.)
  6. *
  7. * The files marked with S are selfcontained, and may be used
  8. * alone. The rest of the files need the definitions from the 
  9. * file spr.h. 
  10. *
  11. * "grtypes.h"    ** Misc type defs                      (S) **
  12. * "gr.h"         ** Graphics start, end, text I/O       (S) **
  13. * "mouse.h"      ** Mouse (INT 33) interface            (S) **
  14. * "spr.h"        ** Sprite init, create, display, erase (S) **
  15. * "spr_hit.h"    ** Sprite collision detection              **
  16. * "spr_fio.h"    ** Sprite file I/O                         **
  17. * "spr_anim.h"   ** Automatic spr animation & movement      **
  18. **********************************************************************
  19.                     This file is part of
  20.  
  21.           STK -- The sprite toolkit -- version 1.0
  22.  
  23.               Copyright (C) Jari Karjala 1990
  24.  
  25. The sprite toolkit (STK) is a FreeWare toolkit for creating high
  26. resolution sprite graphics with PCompatible hardware. This toolkit 
  27. is provided as is without any warranty or such thing. See the file
  28. COPYING for further information.
  29.  
  30. **********************************************************************
  31. **********************************************************************/
  32.  
  33.  
  34.