shithub: choc

Download patch

ref: 34174041c84540de27f4c3981be7ae5b2ca2c4b6
parent: cd99f1b0c46e1dfae46a510a610a24aea56858c2
author: Turo Lamminen <turol@iki.fi>
date: Tue Sep 6 09:49:06 EDT 2022

heretic: Add forward declaration of struct thinker_s

--- a/src/heretic/doomdef.h
+++ b/src/heretic/doomdef.h
@@ -127,6 +127,9 @@
 ===============================================================================
 */
 
+
+struct thinker_s;
+
 // think_t is a function pointer to a routine to handle an actor
 typedef void (*think_t) ();