summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/daw/logging.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/daw/logging.h b/src/include/daw/logging.h
index fb5f887..59342fe 100644
--- a/src/include/daw/logging.h
+++ b/src/include/daw/logging.h
@@ -54,6 +54,8 @@ void __DEBUG(const char* file, const i32 line, const char* func,
#define ASSERT(...)
#endif
+#define UNIMPLEMENTED DEBUG("%s is not implemented yet!", __func__); exit(EXIT_FAILURE)
+
#ifdef __cplusplus
}
#endif