From b13ab40bbdf4863eba8e947fad5815cb69a8cf8a Mon Sep 17 00:00:00 2001 From: tehzz Date: Thu, 5 Jan 2023 20:16:02 -0500 Subject: [PATCH] comment macro --- include/macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/macros.h b/include/macros.h index b1558f1..d304614 100644 --- a/include/macros.h +++ b/include/macros.h @@ -28,7 +28,7 @@ // global typings typedef unsigned long uintptr_t; - +// cast thru uintptr_t for integer to pointer casts #define INT2VOID(i) ((void *)(uintptr_t)(i)) #define SCREEN_WIDTH 320