Commited the Player.h that was missing in the #9786d5b661 commit

This commit is contained in:
Gustavo Henrique Santos Souza de Miranda 2024-09-27 15:01:51 -03:00
parent 9786d5b661
commit db58957c85
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}; };