Changeset 148 for trunk/src/ScoreDice.h
- Timestamp:
- 01/30/2008 02:40:23 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/ScoreDice.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ScoreDice.h
r118 r148 19 19 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * 20 20 ***************************************************************************/ 21 21 #ifndef SCORE_DICE_H 22 #define SCORE_DICE_H 22 23 23 24 class ScoreDice { … … 25 26 ScoreDice(); 26 27 ScoreDice(short int dice[5]); 27 void SetDice( short int dice[5]);28 void SetDice(const short int dice[5]); 28 29 void SetYahtzeeJoker(bool is_yahtzee_joker); 29 30 short int GetDice(short int number); … … 52 53 53 54 }; 55 56 #endif //SCORE_DICE_H
Note: See TracChangeset
for help on using the changeset viewer.
