Commited the Player.h that was missing in the #9786d5b661 commit
This commit is contained in:
parent
9786d5b661
commit
db58957c85
|
|
@ -20,6 +20,7 @@ public:
|
||||||
void incrementMoney(int value);
|
void incrementMoney(int value);
|
||||||
void decrementMoney(int value);
|
void decrementMoney(int value);
|
||||||
Bag *getInventory();
|
Bag *getInventory();
|
||||||
|
bool checkEnoughMoney(int value);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue