#ifndef INVITE_H
#define INVITE_H


/*
// Constantes pour les IDs des gadgets
*/
#define     CHAINE_MODE     1
#define     TYPE_CPC        2
#define     BOUTON_OK       3
#define     BOUTON_SONS     4
#define     BOUTON_MODE     5
#define     FIN             6


int AfficheInvite( int * argc, char ** argv );


#endif
