summaryrefslogtreecommitdiff
path: root/src/util/assert.h
diff options
context:
space:
mode:
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