mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-11 03:18:28 +00:00
Copied the Valve debug code killer from um helper to client message helper.
This commit is contained in:
parent
934bf4fc7a
commit
d5f624f533
@ -2,8 +2,19 @@
|
|||||||
#define DOTA_CM_HELPERS
|
#define DOTA_CM_HELPERS
|
||||||
|
|
||||||
#include <game/shared/dota/protobuf/dota_clientmessages.pb.h>
|
#include <game/shared/dota/protobuf/dota_clientmessages.pb.h>
|
||||||
|
|
||||||
|
#ifdef _DEBUG
|
||||||
|
#define KILL_DEBUG
|
||||||
|
#undef _DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <tier1/utlhashdict.h>
|
#include <tier1/utlhashdict.h>
|
||||||
|
|
||||||
|
#ifdef KILL_DEBUG
|
||||||
|
#define _DEBUG
|
||||||
|
#undef KILL_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
class CDotaClientMessageHelpers
|
class CDotaClientMessageHelpers
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user