home *** CD-ROM | disk | FTP | other *** search
- #include "ray.h"
- #include "globals.h"
- #include "scrconf.h"
- #include "voxinter.h"
- #include "prevarr.h"
- #include "raywidth.h"
-
- void App_Make_New_Screen() {
- Setup_Prev_Arrays();
- V_Recalc_Screen();
- setWindowDimensions(Get_Phys_Screen_Height());
- Set_Window_Width(Get_Phys_Screen_Width());
- }
-