home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 553.lha / ScreenJaeger_v1.0 / Source / screen.h < prev   
C/C++ Source or Header  |  1991-09-09  |  143b  |  14 lines

  1.  
  2. struct NewScreen NewScreenStructure = {
  3.     0,0,
  4.     320,200,
  5.     1,
  6.     0,1,
  7.     NULL,
  8.     CUSTOMSCREEN+CUSTOMBITMAP+SCREENQUIET,
  9.     NULL,
  10.     NULL,
  11.     NULL,
  12.     &bm
  13. };
  14.