Add 'Verify' macro stub in dbg.h

This commit is contained in:
Kawe Mazidjatari 2023-03-17 00:04:08 +01:00
parent 50d380df29
commit 6cb8e8854b

View File

@ -9,6 +9,7 @@
#define DBG_H
#define Assert assert
#define AssertDbg assert
#define Verify( _exp ) ( _exp )
#include "tier0/dbgflag.h"
bool HushAsserts();