Home
last modified time | relevance | path

Searched refs:getAttachedGame (Results 1 – 5 of 5) sorted by last modified time

/dports/games/flobopuyo/flobopuyo-0.20/
H A DPuyoView.h66 PuyoGame *getAttachedGame() const { return attachedGame; } in getAttachedGame() function
H A DPuyoIA.cpp184 attachedGame = targetView->getAttachedGame(); in PuyoIA()
H A DPuyoPlayer.h16 attachedGame = targetView->getAttachedGame(); in PuyoPlayer()
H A DPuyoStarter.cpp289 attachedGameA = areaA->getAttachedGame(); in PuyoStarter()
290 attachedGameB = areaB->getAttachedGame(); in PuyoStarter()
H A DAnimatedPuyo.cpp97 PuyoGame *attachedGame = attachedView->getAttachedGame(); in render()