mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-20 00:41:07 +00:00
Update GildedRose.h
This commit is contained in:
parent
f77520c2b2
commit
d637385c17
@ -20,5 +20,9 @@ public:
|
|||||||
GildedRose(vector<Item>& items);
|
GildedRose(vector<Item>& items);
|
||||||
|
|
||||||
void updateQuality();
|
void updateQuality();
|
||||||
|
void updateQualityAgedBrie(int index);
|
||||||
|
void updateQualityBackstagePasses(int index);
|
||||||
|
void updateQualityConjured(int index);
|
||||||
|
void updateQualitySulfuras(int index);
|
||||||
|
void updateQualityNormal(int index);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user