home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Libraries / Credits Library 1.0 / Credits.h < prev    next >
Encoding:
Text File  |  1994-04-11  |  1.8 KB  |  39 lines  |  [TEXT/KAHL]

  1. /*******************************************************
  2.  *                                                     *
  3.  *                    Credits.h                        *
  4.  *                                                     *
  5.  *        by Bill Hayden & Nikol Software, © 1994         *  
  6.  *                                                     *
  7.  *                                                        *
  8.  *                                                     *
  9.  *      Requires System 7 and 256 colors to run        *
  10.  *                                                     *
  11.  *      Thank you for supporting Nikol Software        *
  12.  *                                                     *
  13.  *                                                     *
  14.  *     Orders, support, inquiries, suggestions to:     *
  15.  *                                                     *
  16.  *                  Nikol Software                     *
  17.  *                  c/o Bill Hayden                    *
  18.  *                924 Gondolier Blvd.                  *
  19.  *            Gulf Breeze, FL  32561-3018              *
  20.  *                                                       *
  21.  ******************************************************/
  22.  
  23.  
  24. /*    ShowCredits will return FALSE if illegal or incorrect values were passed.         */
  25.  
  26. pascal Boolean    ShowCredits    (short,        /* Resource ID of the Dialog                */
  27.                              short,        /* Resource ID of the PICT to scroll        */
  28.                              short,        /* DITL item # of the scrolling (user) item    */
  29.                              short,        /* DITL item # of the OK button, or kNone    */
  30.                              short,        /* Delay between frames in 1/60 secs        */
  31.                              Boolean);    /* Frame the scrolling item?                */
  32.                              
  33. /*
  34.     Note: there is a huge performance hit if the user item in the dialog is not the
  35.     same width as the PICT, as CopyBits will try to scale it.  This is probably not
  36.     what you want at all.
  37. */
  38.                              
  39. #define kNone (-1)