police.h (286B)
1 #ifndef INTERFACE_UTILISATEUR_POLICE_POLICE_H 2 #define INTERFACE_UTILISATEUR_POLICE_POLICE_H 3 4 typedef struct EtatPolice { 5 uint8* tableCaracteres; 6 } EtatPolice; 7 8 void policeAfficherCaractereCouleurPosition(char caractere, uint32 couleurAv, uint32 couleurAr, uint32 x, uint32 y); 9 10 #endif