comment macro

This commit is contained in:
tehzz
2023-01-05 20:16:02 -05:00
parent 996b2e49ae
commit b13ab40bbd

View File

@@ -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