RAM Optimization

This commit is contained in:
OrionW06 2025-06-20 07:03:46 -05:00 committed by Marta Sokolska
parent 1b1c65d5cc
commit 23b198622c

View file

@ -8,7 +8,7 @@ struct Icon;
// Card struct
typedef struct {
const char name[32];
const char* name;
const struct Icon* icon;
} Card;