From 88863fdae5d7f1261ef45a5b1c01306994126805 Mon Sep 17 00:00:00 2001 From: TheKingFireS <71936968+TheKingFireS@users.noreply.github.com> Date: Sat, 2 May 2026 00:57:27 +0200 Subject: [PATCH] pm_defs.h: Make GNU 14.x and later compiler happy --- pm_shared/pm_defs.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pm_shared/pm_defs.h b/pm_shared/pm_defs.h index ed6742b7..e5b0e9d1 100644 --- a/pm_shared/pm_defs.h +++ b/pm_shared/pm_defs.h @@ -1,9 +1,9 @@ /*** * * Copyright (c) 1996-2002, Valve LLC. All rights reserved. -* -* This product contains software technology licensed from Id -* Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc. +* +* This product contains software technology licensed from Id +* Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc. * All Rights Reserved. * * Use, distribution, and modification of this source code and/or resulting @@ -37,6 +37,9 @@ #include "usercmd.h" +// Make GNU 14.x and later compiler happy +typedef struct hull_s hull_t; + // physent_t typedef struct physent_s {