diff options
| author | Dylan <boss@tehbox.org> | 2026-05-06 15:55:59 +1200 |
|---|---|---|
| committer | Dylan <boss@tehbox.org> | 2026-05-06 15:55:59 +1200 |
| commit | 85cd1ecf29c3a295536ccc3782c2415d7518aef0 (patch) | |
| tree | 2725c2b022a081e57e9dca90ef1fb309ff379337 /src/debug.h | |
| parent | 4d5d07beeef8ae4b7daf602bf66216ed8ff81442 (diff) | |
| download | tehimage-PNG-writing.tar.gz tehimage-PNG-writing.zip | |
feat: Implemented PNG image writingPNG-writing
It finally works now
Definitely some clean up to be done
Diffstat (limited to 'src/debug.h')
| -rw-r--r-- | src/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.h b/src/debug.h index 907498b..75726a0 100644 --- a/src/debug.h +++ b/src/debug.h @@ -1,7 +1,7 @@ #pragma once // Toggles global debug -// #define ENABLE_DEBUG +/* #define ENABLE_DEBUG */ #ifdef ENABLE_DEBUG #define debug(x) (x) |
