2025-04-27 07:49:33 -04:00

18 lines
349 B
C++

// Only build for retail
#if !DBG
////////////////////////////////////////////////////////////////////////
//
// Functions that reduce our dependence on the C runtime
//
////////////////////////////////////////////////////////////////////////
//
extern "C" int __cdecl _purecall(void)
{
return 0;
}
#endif // !DBG