Home
last modified time | relevance | path

Searched refs:hasThrowBomb (Results 1 – 3 of 3) sorted by relevance

/dports/games/granatier/granatier-21.12.3/src/
H A Dplayer.h220 bool hasThrowBomb();
H A Dgame.cpp674 if(player->hasThrowBomb() && throwDistance > 0) in createBomb()
H A Dplayer.cpp680 bool Player::hasThrowBomb() in hasThrowBomb() function in Player