|
@ -23,4 +23,8 @@ int getCharacterStrength (Character *character) { |
|
|
|
|
|
|
|
|
void setCharacterDexterity (Character *character, int newDexterity) { |
|
|
void setCharacterDexterity (Character *character, int newDexterity) { |
|
|
character->dexterity = newDexterity; |
|
|
character->dexterity = newDexterity; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
int getCharacterDexterity (Character *character) { |
|
|
|
|
|
return character->dexterity; |
|
|
} |
|
|
} |