Home
last modified time | relevance | path

Searched refs:PuyoGame (Results 1 – 10 of 10) sorted by last modified time

/dports/games/flobopuyo/flobopuyo-0.20/
H A DPuyoGame.cpp97 PuyoGame::PuyoGame(PuyoRandomSystem *attachedRandom, in PuyoGame() function in PuyoGame
104 PuyoGame::PuyoGame(PuyoRandomSystem *attachedRandom) in PuyoGame() function in PuyoGame
134 PuyoGame::~PuyoGame() in ~PuyoGame()
144 void PuyoGame::cycle() in cycle()
213 void PuyoGame::moveLeft() in moveLeft()
227 void PuyoGame::moveRight() in moveRight()
283 void PuyoGame::rotateLeft() in rotateLeft()
288 void PuyoGame::rotateRight() in rotateRight()
332 void PuyoGame::dropNeutrals() in dropNeutrals()
565 int PuyoGame::removePuyos() in removePuyos()
[all …]
H A DPuyoGame.h88 class PuyoGame {
90 PuyoGame(PuyoRandomSystem *attachedRandom, PuyoFactory *attachedFactory);
91 PuyoGame(PuyoRandomSystem *attachedRandom);
92 virtual ~PuyoGame();
H A DPuyoStarter.h24 PuyoGame *attachedGameA, *attachedGameB;
H A DPuyoView.cpp102 attachedGame = new PuyoGame(attachedRandom, &attachedPuyoFactory); in PuyoView()
115 void PuyoView::setEnemyGame(PuyoGame *enemyGame) in setEnemyGame()
H A DPuyoView.h51 void setEnemyGame(PuyoGame *enemyGame);
66 PuyoGame *getAttachedGame() const { return attachedGame; } in getAttachedGame()
87 PuyoGame *attachedGame, *enemyGame;
H A D.#Makefile.1.1916 HFILES= HiScores.h IosException.h IosImgProcess.h IosVector.h PuyoCommander.h PuyoGame.h \
23 IosVector.o main.o PuyoGame.o PuyoVersion.o PuyoView.o PuyoIA.o sofont.o \
51 PuyoGame.o:PuyoGame.cpp ${HFILES}
106 …putManager.cpp GameControls.cpp IosException.cpp IosVector.cpp main.cpp PuyoGame.cpp PuyoView.cpp …
H A DPuyoIA.cpp18 int update(PuyoGame *game, PuyoState f_color, PuyoState c_color, in update()
H A DPuyoPlayer.h11 PuyoGame *attachedGame;
H A DAnimatedPuyo.cpp97 PuyoGame *attachedGame = attachedView->getAttachedGame(); in render()
H A D.#Makefile.1.2720 PuyoGame.h PuyoAnimations.h AnimatedPuyo.h PuyoIA.h PuyoPlayer.h \
27 IosException.o IosVector.o main.o PuyoGame.o PuyoVersion.o \
75 PuyoGame.o:PuyoGame.cpp ${HFILES}
143 …putManager.cpp GameControls.cpp IosException.cpp IosVector.cpp main.cpp PuyoGame.cpp PuyoView.cpp …