mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-09 03:28:24 +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
|
||||
|
||||
#include <game/shared/dota/protobuf/dota_clientmessages.pb.h>
|
||||
|
||||
#ifdef _DEBUG
|
||||
#define KILL_DEBUG
|
||||
#undef _DEBUG
|
||||
#endif
|
||||
|
||||
#include <tier1/utlhashdict.h>
|
||||
|
||||
#ifdef KILL_DEBUG
|
||||
#define _DEBUG
|
||||
#undef KILL_DEBUG
|
||||
#endif
|
||||
|
||||
class CDotaClientMessageHelpers
|
||||
{
|
||||
public:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user