cstrike15_src/tier1/memoverride_dummy.cpp
2025-06-04 03:22:50 +02:00

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";