ajout fichier.h et makefile

This commit is contained in:
2023-12-19 17:27:47 +01:00
parent 9450a335f5
commit 1676f05187
19 changed files with 69 additions and 316 deletions

View File

@@ -1,5 +1,5 @@
#include <graph.h>
#include "serpent.h"
#include "../fichier.h/serpent.h"
void Update_Serpent(int pos_x[], int pos_y[], int segment, int old_x[], int old_y[]){
int i = 0;