home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / RAYCAST.ZIP / MAKESCR.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-10  |  310 b   |  15 lines

  1. #include "ray.h"
  2. #include "globals.h"
  3. #include "scrconf.h"
  4. #include "voxinter.h"
  5. #include "prevarr.h"
  6. #include "raywidth.h"
  7.  
  8. void App_Make_New_Screen() {
  9.   Setup_Prev_Arrays();
  10.   V_Recalc_Screen();
  11.   setWindowDimensions(Get_Phys_Screen_Height());
  12.   Set_Window_Width(Get_Phys_Screen_Width());
  13. }
  14.  
  15.