From 69a9211fc972e5f2f6588787001bfdd02178ada2 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 14 Jun 2021 21:21:28 +0300 Subject: [PATCH] engine: include voice.h globally --- engine/client/client.h | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/client/client.h b/engine/client/client.h index fc4f9a9c..c726b1c9 100644 --- a/engine/client/client.h +++ b/engine/client/client.h @@ -33,6 +33,7 @@ GNU General Public License for more details. #include "net_api.h" #include "world.h" #include "ref_common.h" +#include "voice.h" // client sprite types #define SPR_CLIENT 0 // client sprite for temp-entities or user-textures