compteur score
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <graph.h>
|
||||
|
||||
|
||||
void score (int compteur) {
|
||||
|
||||
compteur = compteur + 5;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user