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

  1. /**********************************************************************
  2. * spr_err.h
  3. * Output fatal error message and exit
  4. **********************************************************************
  5.                     This file is part of
  6.  
  7.           STK -- The sprite toolkit -- version 1.1
  8.  
  9.               Copyright (C) Jari Karjala 1991
  10.  
  11. The sprite toolkit (STK) is a FreeWare toolkit for creating high
  12. resolution sprite graphics with PCompatible hardware. This toolkit 
  13. is provided as is without any warranty or such thing. See the file
  14. COPYING for further information.
  15.  
  16. **********************************************************************
  17. **********************************************************************/
  18.  
  19. /**********************************************************************
  20. * Back to text mode, print the message and exit
  21. **********************************************************************/
  22. void spr_err(char *message);
  23.