6 lines
65 B
C
6 lines
65 B
C
|
#ifndef IMAGES_H
|
||
|
#define IMAGES_H
|
||
|
|
||
|
void chargement(void);
|
||
|
|
||
|
#endif
|