aboutsummaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
authorDylan <boss@tehbox.org>2026-05-06 15:55:59 +1200
committerDylan <boss@tehbox.org>2026-05-06 15:55:59 +1200
commit85cd1ecf29c3a295536ccc3782c2415d7518aef0 (patch)
tree2725c2b022a081e57e9dca90ef1fb309ff379337 /src/debug.h
parent4d5d07beeef8ae4b7daf602bf66216ed8ff81442 (diff)
downloadtehimage-85cd1ecf29c3a295536ccc3782c2415d7518aef0.tar.gz
tehimage-85cd1ecf29c3a295536ccc3782c2415d7518aef0.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.h2
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)