Copied the Valve debug code killer from um helper to client message helper.

This commit is contained in:
Nicholas Hastings 2013-06-06 12:18:57 -04:00
parent 934bf4fc7a
commit d5f624f533

View File

@ -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: