diceroll.h 75 B

1234
  1. //diceroll.h
  2. extern int roll_count;
  3. int roll_n_dice(int dice, int sides);