2023-12-14 01:07:57 +01:00
|
|
|
/* fichier d'en-tête du fichier source supp_queue.c */
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef SUPP_QUEUE_H
|
|
|
|
#define SUPP_QUEUE_H
|
|
|
|
|
|
|
|
#include "plateau_init.h"
|
2023-12-19 13:34:32 +01:00
|
|
|
#include "augmentation_serpent.h"
|
|
|
|
#include "ajout_score.h"
|
2023-12-14 01:07:57 +01:00
|
|
|
|
2023-12-23 16:23:43 +01:00
|
|
|
void supp_queue(struct adresse* pointeur, unsigned char* retard, short int* compteur, unsigned long* acceleration, int numsprite) ;
|
2023-12-14 01:07:57 +01:00
|
|
|
|
|
|
|
#endif /* SUPP_QUEUE_H */
|
|
|
|
|
|
|
|
|
|
|
|
|