Home
last modified time | relevance | path

Searched refs:attachedPuyoFactory (Results 1 – 2 of 2) sorted by last modified time

/dports/games/flobopuyo/flobopuyo-0.20/
H A DPuyoView.cpp100 :attachedPuyoFactory(this), attachedPainter(painter) in PuyoView()
102 attachedGame = new PuyoGame(attachedRandom, &attachedPuyoFactory); in PuyoView()
207 attachedPuyoFactory.cycleWalhalla(); in cycleAnimation()
297 attachedPuyoFactory.renderWalhalla(); in render()
H A DPuyoView.h86 AnimatedPuyoFactory attachedPuyoFactory; variable