SAE12_2021/graphique.h
2021-12-17 17:59:37 +01:00

11 lines
166 B
C

#ifndef GRAPHIQUE_H
#define GRAPHIQUE_H
void DessinerVirus(unsigned long int addresse, char* coul);
void PremiereImage(void);
void ImageFin(int nb_image);
#endif