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 interpolation.cpp
menu.cpp menu.cpp
message.cpp message.cpp
mode.cpp
parsemsg.cpp parsemsg.cpp
../pm_shared/pm_debug.c ../pm_shared/pm_debug.c
../pm_shared/pm_math.c ../pm_shared/pm_math.c

View File

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

View File

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

View File

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