From 630133f77a449e847b4aac7883af45a47de24697 Mon Sep 17 00:00:00 2001 From: emilyd Date: Fri, 21 Jul 2023 09:12:42 +0300 Subject: [PATCH] add commented out debug header to main.c --- source/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/main.c b/source/main.c index 2547f5a..95a5b22 100644 --- a/source/main.c +++ b/source/main.c @@ -6,6 +6,9 @@ #include "sandia/sandia.h" +// Uncomment if this is a development build +//#include "debug.h" + static void *xfb = NULL; static GXRModeObj *rmode = NULL;