- Treballant en les vides...

This commit is contained in:
2024-07-03 13:58:26 +02:00
parent 8be12f5ec0
commit 434014d708
2 changed files with 15 additions and 0 deletions

View File

@@ -167,6 +167,9 @@ namespace actor
namespace hero
{
void init();
int getLives();
void setLives(int value);
bool giveBooster(char *booster);
void collectBooster(int booster, int id);
bool wasBoosterCollected(int id);