school/cs142/smcquay/cootie/dice.h

9 lines
101 B
C
Raw Normal View History

2016-04-06 20:45:34 -07:00
#ifndef __DICE_H__
#define __DICE_H__
void random_init();
int roll();
int get_roll_count();
#endif