home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / aga_software / animdemo / playanim.i < prev    next >
Text File  |  1993-01-22  |  767b  |  31 lines

  1. *******************************************************************************
  2. *
  3. * (c) Copyright 1993 Commodore-Amiga, Inc.  All rights reserved.
  4. *
  5. * This software is provided as-is and is subject to change; no warranties
  6. * are made.  All use is at your own risk.  No liability or responsibility
  7. * is assumed.
  8. *
  9. * playanim.i - header file for the anim code. 
  10. *
  11. *******************************************************************************
  12.  
  13.     include    'exec/types.i'
  14.  
  15.     STRUCTURE BitMapHeader,0
  16.     UWORD    bmhd_w
  17.     UWORD    bmhd_h
  18.     WORD    bmhd_x
  19.     WORD    bmhd_y
  20.     UBYTE    bmhd_nplanes
  21.     UBYTE    bmhd_Masking
  22.     UBYTE    bmhd_Compression
  23.     UBYTE    bmhd_pad1
  24.     UWORD    bmhd_TransparentColor
  25.     UBYTE    bmhd_XAspect
  26.     UBYTE    bmhd_YAspect
  27.     WORD    bmhd_PageWidth
  28.     WORD    bmhd_PageHeight
  29.     LABEL bmhd_SIZEOF
  30.  
  31.