Page d'accueil Description du projet
/*****************************************
 *
 *  Cedric Pradalier    2001
 *  mail : http://cedric.pradalier.free.fr/mail.html
 *
 * ***************************************/
#include "Pixmap.h"

int main()
{
    Pixmap::TestPixmap();

    return 0;
}