home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / a / asm_one / asm-onev1.25c.dms / in.adf / Release3.0 / Include3.0.lha / Include3.0 / graphics / graphint.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-24  |  486 b   |  28 lines

  1. #ifndef    GRAPHICS_GRAPHINT_H
  2. #define    GRAPHICS_GRAPHINT_H
  3. /*
  4. **    $VER: graphint.h 39.0 (23.09.91)
  5. **    Includes Release 39.108
  6. **
  7. **
  8. **
  9. **    (C) Copyright 1985-1992 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12.  
  13. #ifndef EXEC_NODES_H
  14. #include <exec/nodes.h>
  15. #endif
  16.  
  17. /* structure used by AddTOFTask */
  18. struct Isrvstr
  19. {
  20.     struct Node is_Node;
  21.     struct Isrvstr *Iptr;   /* passed to srvr by os */
  22.     int (*code)();
  23.     int (*ccode)();
  24.     int Carg;
  25. };
  26.  
  27. #endif    /* GRAPHICS_GRAPHINT_H */
  28.