DEBSOURCES
Skip Quicknav
sources / scummvm / 2.0.0%2Bdfsg-2 / test / cxxtest / sample / mock / Dice.h
123456789101112
#ifndef __DICE_H #define __DICE_H class Dice { public: Dice(); unsigned roll(); }; #endif // __DICE_H