6 lines
181 B
C
6 lines
181 B
C
#include "pico/stdlib.h"
|
|
|
|
void Score_set_funny_action();
|
|
void Score_set_pieds_dans_plat();
|
|
void Score_ajout_cerise(uint32_t nb_cerises);
|
|
void Score_ajout_gateau(uint32_t nb_gateau); |