Cross Reference: Dice.h
xref
: /
inkscape
/
cxxtest
/
sample
/
mock
/
Dice.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#
ifndef
__DICE_H
#
define
__DICE_H
class
Dice
{
public
:
Dice
();
unsigned
roll
();
};
#
endif
// __DICE_H