mirror of
https://github.com/pionaiki/fz-tarot.git
synced 2026-02-13 10:24:36 +01:00
RAM Optimization
This commit is contained in:
parent
1b1c65d5cc
commit
23b198622c
1 changed files with 1 additions and 1 deletions
2
cards.h
2
cards.h
|
|
@ -8,7 +8,7 @@ struct Icon;
|
|||
|
||||
// Card struct
|
||||
typedef struct {
|
||||
const char name[32];
|
||||
const char* name;
|
||||
const struct Icon* icon;
|
||||
} Card;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue