home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / RAYCAST.ZIP / SCRVARS.C < prev    next >
Encoding:
Text File  |  1995-07-10  |  280 b   |  8 lines

  1. long PHYS_SCREEN_HEIGHT; // saves constants for screen width
  2. long PHYS_SCREEN_WIDTH;
  3. short LOGICAL_SCREEN_HEIGHT; // stores without screen orientation
  4. short LOGICAL_SCREEN_WIDTH; // same for width
  5. short SCREEN_ORIENTATION; // stores the memory orientation of the bitmap
  6.  
  7.  
  8.