mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Add 'Verify' macro stub in dbg.h
This commit is contained in:
parent
50d380df29
commit
6cb8e8854b
@ -9,6 +9,7 @@
|
||||
#define DBG_H
|
||||
#define Assert assert
|
||||
#define AssertDbg assert
|
||||
#define Verify( _exp ) ( _exp )
|
||||
#include "tier0/dbgflag.h"
|
||||
|
||||
bool HushAsserts();
|
||||
|
Loading…
x
Reference in New Issue
Block a user