DEBSOURCES
Skip Quicknav
sources / 0ad / 0.0.23.1-2 / libraries / source / cxxtest-4.4 / sample / mock / Dice.h
12345678910111213
#ifndef __DICE_H #define __DICE_H class Dice { public: Dice(); unsigned roll(); }; #endif // __DICE_H