Skip to content

Commit

Permalink
Merge pull request #111 from malortie/remove-czero-ifdefs
Browse files Browse the repository at this point in the history
Removed CZERO ifdefs.
  • Loading branch information
SamVanheer committed Dec 4, 2021
2 parents 477df9c + 08a271b commit 162c1e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions game_shared/voice_status_hud.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
// There are hud.h's coming out of the woodwork so this ensures that we get the right one.
#if defined(THREEWAVE) || defined(DMC_BUILD)
#include "../dmc/cl_dll/hud.h"
#elif defined(CZERO)
#include "../czero/cl_dll/hud.h"
#elif defined(CSTRIKE)
#include "../cstrike/cl_dll/hud.h"
#elif defined(DOD)
Expand Down
4 changes: 0 additions & 4 deletions game_shared/voice_status_hud.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@
#include <vgui/IScheme.h>
#include <vgui_controls/Controls.h>

#ifdef CZERO
#include "vgui/hl_base/iviewport.h"
#else
#include <game_controls/iviewport.h>
#endif

#include "voice_common.h"
#include "cl_entity.h"
Expand Down

0 comments on commit 162c1e4

Please sign in to comment.