/*!\file ifs.h * * \author LEDIT Alexandre & SOUPLET Antoine * \version 1.0 * \date 12-01-2012 * * \brief Fichier contenant toutes les entêtes des fonctions associées à la fractale Ifs * */ #include "point.h" #include #include "flame.h" #ifndef _ifs_h_ #define _ifs_h_ /*!\typedef Ifs * * \author SOUPLET Antoine * \version 1.0 * \date 12-01-2012 * * \brief Définition du type Ifs correspondant à la structure Ifs * */ typedef struct Ifs Ifs; /*!\struct Ifs * * \author SOUPLET Antoine * \version 1.0 * \date 12-01-2012 * * \brief Structure représentant la fractale Ifs * */ struct Ifs { SDL_Surface *surf_screen;/*!