change the void pointer out for a uint8_t in default game data

This commit is contained in:
2025-02-12 17:45:20 +01:00
parent 5acabfbb5e
commit f4274807cf

View File

@@ -3,7 +3,7 @@
// stores the data used in the game
typedef struct {
void* val;
uint8_t tmp;
} game_data;
// updates the game's state