Home
last modified time | relevance | path

Searched refs:hasNewFallingPair (Results 1 – 4 of 4) sorted by relevance

/dports/games/amoebax/amoebax-0.2.1/src/
H A DGrid.h127 bool hasNewFallingPair (void) const;
202 void setHasNewFallingPair (bool hasNewFallingPair);
468 Grid::hasNewFallingPair (void) const in hasNewFallingPair() function
H A DAIPlayer.cxx229 if ( getGrid ()->hasNewFallingPair () ) in checkIfPairIsAvailable()
H A DTrainingState.cxx682 else if ( getPlayerGrid ()->hasNewFallingPair () ) in update()
H A DGrid.cxx1676 Grid::setHasNewFallingPair (bool hasNewFallingPair) in setHasNewFallingPair() argument
1678 m_HasNewFallingPair = hasNewFallingPair; in setHasNewFallingPair()