#ifndef _dice_hpp_
#define _dice_hpp_
/** Petit jeu avec des static dedans **/
unsigned int dice(unsigned int minDice, unsigned int maxDice);
#endif