parent
0fe488b1c2
commit
657767536f
src
|
@ -21,4 +21,6 @@
|
|||
#define Assert(expr)
|
||||
#endif
|
||||
|
||||
#define AssertNotNull(value) Assert(value != nullptr)
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue