summaryrefslogtreecommitdiff
path: root/Runtime/Utilities/Assert.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-11-10 18:46:11 +0800
committerchai <chaifix@163.com>2020-11-10 18:46:11 +0800
commit59e6235113a4d933811aa2cf6fdc8282ce394b9d (patch)
tree12410a230c5339ca88be6842c0dc811d5c6ec0ba /Runtime/Utilities/Assert.h
parentf0807fc44dde14531759306317611bab87c8fccf (diff)
*window
Diffstat (limited to 'Runtime/Utilities/Assert.h')
-rw-r--r--Runtime/Utilities/Assert.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Runtime/Utilities/Assert.h b/Runtime/Utilities/Assert.h
index aab7b73..4eb7b7a 100644
--- a/Runtime/Utilities/Assert.h
+++ b/Runtime/Utilities/Assert.h
@@ -5,4 +5,7 @@
#define Assert(c) assert(c)
+#define DebugAssertIf(c) assert(c)
+#define AssertIf(c) assert(c)
+
#endif \ No newline at end of file