makefile opérationnel (images ne marchent pas)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <graph.h>
|
||||
#include "../include/main.h"
|
||||
#include "../include/jeu.h"
|
||||
#include "../include/menu.h"
|
||||
|
||||
|
@@ -10,8 +10,8 @@ typedef struct {
|
||||
|
||||
Pomme creerPomme() {
|
||||
Pomme pomme;
|
||||
pomme.x = rand() % 60;
|
||||
pomme.y = rand() % 40;
|
||||
pomme.x = rand() % 59;
|
||||
pomme.y = rand() % 39;
|
||||
return pomme;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user