Changeset 148 for trunk/src/ScoreDice.h


Ignore:
Timestamp:
01/30/2008 02:40:23 PM (4 years ago)
Author:
guyru
Message:

updates to Makefile.am and some small fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ScoreDice.h

    r118 r148  
    1919 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             * 
    2020 ***************************************************************************/ 
    21  
     21#ifndef SCORE_DICE_H 
     22#define SCORE_DICE_H 
    2223 
    2324class ScoreDice { 
     
    2526        ScoreDice(); 
    2627        ScoreDice(short int dice[5]); 
    27         void SetDice(short int dice[5]); 
     28        void SetDice(const short int dice[5]); 
    2829        void SetYahtzeeJoker(bool is_yahtzee_joker); 
    2930        short int GetDice(short int number); 
     
    5253 
    5354}; 
     55 
     56#endif //SCORE_DICE_H 
Note: See TracChangeset for help on using the changeset viewer.