1
0

Création d'une fonction pour afficher la carte retournée et implémentation dans game

This commit is contained in:
2022-12-08 09:06:43 +01:00
parent 31086e7dd7
commit 0fabe562ba
3 changed files with 19 additions and 0 deletions

View File

@@ -13,4 +13,6 @@ card show_card(card carte);
card create_card(int x, int y, int L, int H, int id, char *file);
card hide_card(zone carte0, card carte);
#endif