You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
151 B

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