From 2e82e2ddd0852b8063a3d6645366f53ee844e273 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 4 Dec 2019 00:07:32 +0800 Subject: +init --- src/util/assert.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/util/assert.h (limited to 'src/util/assert.h') 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 + +#define ssr_assert assert + + +#endif \ No newline at end of file -- cgit v1.1-26-g67d0