home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Final Chance 1.1.1 / source / init code ƒ / globals.h < prev    next >
Encoding:
Text File  |  1994-10-30  |  264 b   |  18 lines  |  [TEXT/KAHL]

  1. // used by show init.c
  2.  
  3. struct QDGlobals {
  4.     char privates[76];
  5.     long randSeed;
  6.     BitMap screenBits;
  7.     Cursor arrow;
  8.     Pattern dkGray;
  9.     Pattern ltGray;
  10.     Pattern gray;
  11.     Pattern black;
  12.     Pattern white;
  13.     GrafPtr thePort;
  14.     long    end;
  15. };
  16.  
  17. typedef struct QDGlobals QDGlobals;
  18.