shithub: choc

Download patch

ref: 97d07090a9ce9b6b68de724aaa29a90983e3a24f
parent: 9f9fa99eb12d7a7df97b20b13d2200a4946e6ba3
parent: 7bb12317044d04b539649041eb3ea69350a1320b
author: Turo Lamminen <turol@users.noreply.github.com>
date: Sat Oct 22 14:24:15 EDT 2022

Merge pull request #1527 from turol/extern-heretic

heretic: Move R_ExecuteSetViewSize prototype to r_local.h

--- a/src/heretic/d_main.c
+++ b/src/heretic/d_main.c
@@ -139,8 +139,6 @@
 //
 //---------------------------------------------------------------------------
 
-void R_ExecuteSetViewSize(void);
-
 
 void D_Display(void)
 {
--- a/src/heretic/r_local.h
+++ b/src/heretic/r_local.h
@@ -307,6 +307,7 @@
 fixed_t R_ScaleFromGlobalAngle(angle_t visangle);
 subsector_t *R_PointInSubsector(fixed_t x, fixed_t y);
 void R_AddPointToBox(int x, int y, fixed_t * box);
+void R_ExecuteSetViewSize(void);
 
 
 //