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