Home
last modified time | relevance | path

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

/dports/games/amoebax/amoebax-0.2.1/src/
H A DGrid.h118 const std::list<Amoeba *> &getQueuedAmoebas (void) const;
412 Grid::getQueuedAmoebas (void) const in getQueuedAmoebas() function
H A DTwoGP2XPlayersState.cxx441 const std::list<Amoeba *> &queuedAmoebas = getLeftGrid ()->getQueuedAmoebas (); in render()
510 const std::list<Amoeba *> &queuedAmoebas = getRightGrid ()->getQueuedAmoebas (); in render()
H A DTwoPlayersState.cxx497 const std::list<Amoeba *> &queuedAmoebas = getLeftGrid ()->getQueuedAmoebas (); in render()
560 const std::list<Amoeba *> &queuedAmoebas = getRightGrid ()->getQueuedAmoebas (); in render()
H A DTrainingState.cxx570 const std::list<Amoeba *> &queuedAmoebas = getPlayerGrid ()->getQueuedAmoebas (); in render()