This commit is contained in:
DefenderOfHyrule 2024-07-07 22:33:29 +02:00
parent 8b96a5f4fe
commit 21597d8eab

2
misc.h
View file

@ -2,7 +2,7 @@
#define PIX_red 0xFF0000
#define PIX_whi 0x111111
#define PIX_g 0x00FF00
#define PIX_g 0x008000
void put_pixel(uint32_t pixel_grb);