shithub: choc

Download patch

ref: 3a944406a482f238fb7ae520e9b363f4645a6875
parent: 062da238ddb79caf40b427165d3e5783f370d293
author: Turo Lamminen <turol@iki.fi>
date: Sat Sep 17 13:28:56 EDT 2022

strife: Move D_PatchClipCallback prototype to d_main.h

--- a/src/strife/d_main.h
+++ b/src/strife/d_main.h
@@ -41,7 +41,10 @@
 void D_QuitGame (void); // [STRIFE]
 
 void D_IntroTick(void); // [STRIFE]
- 
+
+boolean D_PatchClipCallback(patch_t *patch, int x, int y); // [STRIFE]
+
+
 //
 // GLOBAL VARIABLES
 //
--- a/src/strife/hu_lib.c
+++ b/src/strife/hu_lib.c
@@ -36,8 +36,6 @@
 #define noterased viewwindowx
 
 
-extern boolean D_PatchClipCallback(patch_t *patch, int x, int y); // [STRIFE]
-
 //
 // HUlib_drawYellowText
 //