diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -238,15 +238,6 @@ void Fdechargerimages (SURFACES *surfaces)//dechargement des surfaces alouées } } -void inverse(int *bool) -{ - if (*bool) - *bool=0; - else if (!*bool) - *bool=1; -} - - /* ********************************************************************* */ /*obtenirPixel : permet de récupérer la couleur d'un pixel Paramètres d'entrée/sortie : |