mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 10:38:23 +00:00
Kill Valve debug code included by dota usermessage helpers when _DEBUG.
--HG-- extra : rebase_source : caa4ed31c57e632f9afcf09417dc7bd7637d8a35
This commit is contained in:
parent
da63ff1077
commit
d217b943d4
@ -3,7 +3,17 @@
|
||||
|
||||
#include "game/shared/protobuf/usermessages.pb.h"
|
||||
#include "game/shared/dota/protobuf/dota_usermessages.pb.h"
|
||||
|
||||
#ifdef _DEBUG
|
||||
#define KILL_DEBUG
|
||||
#undef _DEBUG
|
||||
#include <tier1/utlhashdict.h>
|
||||
#endif
|
||||
|
||||
#ifdef KILL_DEBUG
|
||||
#define _DEBUG
|
||||
#undef KILL_DEBUG
|
||||
#endif
|
||||
|
||||
class CDotaUsermessageHelpers
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user