client: fix compiling on CI

This commit is contained in:
Alibek Omarov 2024-04-04 13:39:36 +03:00
parent 2e3a0c6ba2
commit 58fde1c81a
4 changed files with 4 additions and 2 deletions

View File

@ -112,6 +112,7 @@ set (CLDLL_SOURCES
interpolation.cpp
menu.cpp
message.cpp
mode.cpp
parsemsg.cpp
../pm_shared/pm_debug.c
../pm_shared/pm_math.c

View File

@ -14,7 +14,7 @@
#include "VGUI_Font.h"
#include "VGUI_ScrollPanel.h"
#include "VGUI_TextImage.h"
#include "VGUI_loadtga.h"
#include "vgui_loadtga.h"
#include "hud.h"
#include "cl_util.h"

View File

@ -56,6 +56,7 @@
#include "shake.h"
#include "screenfade.h"
#include "tf_defs.h"
void IN_SetVisibleMouse(bool visible);
class CCommandMenu;

View File

@ -20,7 +20,7 @@
#include "VGUI_Font.h"
#include "VGUI_ScrollPanel.h"
#include "VGUI_TextImage.h"
#include "VGUI_loadtga.h"
#include "vgui_loadtga.h"
#include "hud.h"
#include "cl_util.h"