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