summaryrefslogtreecommitdiff
path: root/source/modules/asura-utils/type.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/modules/asura-utils/type.h')
-rw-r--r--source/modules/asura-utils/type.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/modules/asura-utils/type.h b/source/modules/asura-utils/type.h
index f7e54c6..318145b 100644
--- a/source/modules/asura-utils/type.h
+++ b/source/modules/asura-utils/type.h
@@ -1,6 +1,7 @@
#ifndef _ASURA_UTILS_TYPE_H_
#define _ASURA_UTILS_TYPE_H_
+#include <assert.h>
#include <cstdlib>
#include <stdint.h>
@@ -29,6 +30,8 @@ namespace AsuraEngine
typedef const char cc8;
+#define Assert assert
+
} // namespace AsuraEngine
#endif // _ASURA_CONFIG_H_ \ No newline at end of file