home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / STFORMAT / STF11.MSA / SIDE_B_C_TUTOR_FLIPC.H < prev    next >
C/C++ Source or Header  |  1990-04-15  |  509b  |  21 lines

  1. /* ----------------- ST FORMAT PINBALL PROGRAM ------- ------------------------
  2.  
  3.     Title:        PINBALL
  4.  
  5.     Module:        flipc.h
  6.  
  7.     Version:    1.1
  8.  
  9.     Author:        Warwick Grigg
  10.  
  11.     Copyright (c) Warwick Grigg 1990. All rights reserved.
  12.  
  13. ----------------------------------------------------------------------------- */
  14.  
  15. struct flipdef_s {
  16.     struct flipdef_s    *nextflip;    /* Next link in the chain   */
  17.     char        *mempos;    /* Pointer to screen memory */
  18.     struct sprite_s    *scrsprite;    /* Sprite handle        */
  19. };
  20.  
  21.