11 lines
370 B
C++
11 lines
370 B
C++
//========== Copyright © 2008, Valve Corporation, All rights reserved. ========
|
|
//
|
|
// Purpose:
|
|
//
|
|
//=============================================================================
|
|
|
|
// This exists to allow projects that aren't built with memoverride.cpp to still link
|
|
// even if USE_MEMDEBUG is enabled [12/1/2009 tom]
|
|
|
|
const char *g_pszModule = "memoverride not present";
|