diff options
Diffstat (limited to 'lisiblepng/src/assert.h')
| -rw-r--r-- | lisiblepng/src/assert.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lisiblepng/src/assert.h b/lisiblepng/src/assert.h deleted file mode 100644 index 7d41b57..0000000 --- a/lisiblepng/src/assert.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef LISIBLE_PNG_ASSET_H -#define LISIBLE_PNG_ASSET_H - -#include "log.h" - -#define ASSERT(predicate) \ - do { \ - if (!(predicate)) { \ - LOGN("Assertion failed in %s:%d:\n\t%s", __FILE__, __LINE__, \ - #predicate); \ - exit(1); \ - } \ - } while (0) - -#endif // LISIBLE_PNG_ASSET_H |
