changes to characters and potions, work in progress
This commit is contained in:
@ -10,7 +10,7 @@ struct fraction final {
|
||||
bool operator==(const fraction &frac);
|
||||
bool operator!=(const fraction &frac);
|
||||
fraction &simplify();
|
||||
float real();
|
||||
float real() const;
|
||||
private:
|
||||
int gcd(int a, int b);
|
||||
};
|
||||
|
Reference in New Issue
Block a user