/*!\file mandelbrot.h * * \author SOUPLET Antoine * \version 1.0 * \date 09-01-2012 * * \brief Fichier contenant les entêtes de fonctions associées à la structure de Mandelbrot * */ #include "point.h" #include #include #ifndef _mandelbrot_h_ #define _mandelbrot_h_ /*!\typedef Mandelbrot * * \author SOUPLET Antoine * \version 1.0 * \date 12-01-2012 * * \brief Définition du type Mandelbrot correspondant à la structure Mandelbrot * */ typedef struct Mandelbrot Mandelbrot; /*!\struct Mandelbrot * * \author SOUPLET Antoine * \version 1.0 * \date 09-01-2012 * * \brief Structure désignant la fractale de Mandelbrot * */ struct Mandelbrot{ SDL_Surface *surf_screen;/*!