home *** CD-ROM | disk | FTP | other *** search
- /**********************************************************************
- * stk.h
- *
- * All prototypes and global typedefs for the sprite toolkit
- * concatenated into one include file. (The separate include
- * files can be found from the stksrc archieve.)
- *
- * The files marked with S are selfcontained, and may be used
- * alone. The rest of the files need the definitions from the
- * file spr.h.
- *
- * "grtypes.h" ** Misc type defs (S) **
- * "gr.h" ** Graphics start, end, text I/O (S) **
- * "mouse.h" ** Mouse (INT 33) interface (S) **
- * "spr.h" ** Sprite init, create, display, erase (S) **
- * "spr_hit.h" ** Sprite collision detection **
- * "spr_fio.h" ** Sprite file I/O **
- * "spr_anim.h" ** Automatic spr animation & movement **
- **********************************************************************
- This file is part of
-
- STK -- The sprite toolkit -- version 1.0
-
- Copyright (C) Jari Karjala 1990
-
- The sprite toolkit (STK) is a FreeWare toolkit for creating high
- resolution sprite graphics with PCompatible hardware. This toolkit
- is provided as is without any warranty or such thing. See the file
- COPYING for further information.
-
- **********************************************************************
- **********************************************************************/
-
-
-