This website requires JavaScript.
Explore
Help
Sign In
morinl
/
SAE11_2021
Watch
1
Star
0
Fork
0
You've already forked SAE11_2021
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
19ee66cc3b
SAE11_2021
/
jeu.h
6 lines
94 B
C
Raw
Normal View
History
Unescape
Escape
creation jeu.c modif images.c
2022-11-30 17:23:59 +01:00
#
ifndef JEU_H
#
define JEU_H
Ajout du score a l'ecran+fin+makefile+mode triche
2022-12-02 16:12:33 +01:00
int
jeu
(
int
positions
[
20
]
[
4
]
,
int
nb_paires
,
int
tab
[
40
]
)
;
creation jeu.c modif images.c
2022-11-30 17:23:59 +01:00
#
endif
Reference in New Issue
Copy Permalink