SAE12_2021/graphique.h

11 lines
166 B
C
Raw Permalink Normal View History

2021-12-17 17:59:37 +01:00
#ifndef GRAPHIQUE_H
#define GRAPHIQUE_H
void DessinerVirus(unsigned long int addresse, char* coul);
void PremiereImage(void);
void ImageFin(int nb_image);
#endif