home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / progrmng / stk110.lzh / STKSRC.COM / SPR_INT8.H < prev    next >
Encoding:
Text File  |  1991-02-25  |  799 b   |  22 lines

  1. /**********************************************************************
  2. * spr_int8.h
  3. *
  4. * New timer interrupt service routine.
  5. * MUST BE COMPILED WITHOUT STACK CHECKS AND REGISTER VARIABLES
  6. **********************************************************************
  7.                     This file is part of
  8.  
  9.          STK -- The sprite toolkit -- version 1.1
  10.  
  11.               Copyright (C) Jari Karjala 1991
  12.  
  13. The sprite toolkit (STK) is a FreeWare toolkit for creating high
  14. resolution sprite graphics with PCompatible hardware. This toolkit 
  15. is provided as is without any warranty or such thing. See the file
  16. COPYING for further information.
  17.  
  18. **********************************************************************/
  19.  
  20. /** The new timer interrupt handler **/
  21. void interrupt spr_int8(void);
  22.