home *** CD-ROM | disk | FTP | other *** search
- /**********************************************************************
- * gr_int9.c
- *
- * New keyboard interrupt service routine.
- * MUST BE COMPILED WITHOUT STACK CHECKS AND REGISTER VARIABLES
- **********************************************************************
- 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.
-
- **********************************************************************
- **********************************************************************/
-
- /** Vector to the old keyboard interrupt handler **/
- extern void interrupt (*gr_old_int9)(void);
-
- /** The new keyboard interrupt handler, see start_kbd_grab() in gr.c **/
- void interrupt gr_int9(void);
-