/* fichier d'en-tĂȘte du fichier source supp_queue.c */


#ifndef SUPP_QUEUE_H
#define SUPP_QUEUE_H

#include "plateau_init.h"
#include "augmentation_serpent.h"
#include "ajout_score.h"

void supp_queue(struct adresse* pointeur, unsigned char* retard, short int* compteur, unsigned long* acceleration, int numsprite) ;

#endif /* SUPP_QUEUE_H */