school/cs142/smcquay/cootie/dice.h

9 lines
101 B
C

#ifndef __DICE_H__
#define __DICE_H__
void random_init();
int roll();
int get_roll_count();
#endif