foxygit / doom Log in
commit 3a944406a482f238fb7ae520e9b363f4645a6875
Author:     Turo Lamminen <turol@iki.fi>
AuthorDate: Sat Sep 17 17:28:56 2022 +0300
Commit:     Turo Lamminen <turol@iki.fi>
CommitDate: Wed Sep 28 11:13:50 2022 +0300

    strife: Move D_PatchClipCallback prototype to d_main.h
---
 src/strife/d_main.h | 5 ++++-
 src/strife/hu_lib.c | 2 --
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/strife/d_main.h b/src/strife/d_main.h
index e7f93956..a9f2804c 100644
--- a/src/strife/d_main.h
+++ b/src/strife/d_main.h
@@ -41,7 +41,10 @@ void D_StartTitle (void);
 void D_QuitGame (void); // [STRIFE]

 void D_IntroTick(void); // [STRIFE]
-
+
+boolean D_PatchClipCallback(patch_t *patch, int x, int y); // [STRIFE]
+
+
 //
 // GLOBAL VARIABLES
 //
diff --git a/src/strife/hu_lib.c b/src/strife/hu_lib.c
index 49d3bfd3..386c17d9 100644
--- 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
 //