mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-23 01:59:43 +08:00
Enable memoverride in variant.h (#266)
This commit is contained in:
parent
553058b760
commit
d2709c880c
@ -17,6 +17,8 @@
|
||||
#include "tier1/utlscratchmemory.h"
|
||||
#include "resourcefile/resourcetype.h"
|
||||
|
||||
#include "tier0/memdbgon.h"
|
||||
|
||||
FORWARD_DECLARE_HANDLE( HSCRIPT );
|
||||
|
||||
// ========
|
||||
@ -975,4 +977,6 @@ typedef CVariantBase<CEntityVariantAllocator> CEntityVariant;
|
||||
|
||||
typedef CVariant variant_t;
|
||||
|
||||
#include "tier0/memdbgoff.h"
|
||||
|
||||
#endif // CVARIANT_H
|
Loading…
Reference in New Issue
Block a user