summaryrefslogtreecommitdiff
path: root/src/util/assert.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-12-04 00:07:32 +0800
committerchai <chaifix@163.com>2019-12-04 00:07:32 +0800
commit2e82e2ddd0852b8063a3d6645366f53ee844e273 (patch)
tree41ec10760f2d2c9f1f782a918f48e1287da2a4b4 /src/util/assert.h
+init
Diffstat (limited to 'src/util/assert.h')
-rw-r--r--src/util/assert.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/util/assert.h b/src/util/assert.h
new file mode 100644
index 0000000..563e991
--- /dev/null
+++ b/src/util/assert.h
@@ -0,0 +1,9 @@
+#ifndef _SOFTSHADEROOM_ASSERT_H_
+#define _SOFTSHADEROOM_ASSERT_H_
+
+#include <assert.h>
+
+#define ssr_assert assert
+
+
+#endif \ No newline at end of file