diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/include/daw/logging.h | 2 |
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 |
