Home
last modified time | relevance | path

Searched refs:BasePU (Results 1 – 9 of 9) sorted by relevance

/dports/games/galaxyhack/galaxyhack/src/
H A DScore.h33 class BasePU: public PopupMenu {
35 BasePU(int ix, int iy);
H A DScore.cpp111 BasePU::BasePU(int ix, int iy): in BasePU() function in Score::BasePU
126 bool BasePU::SwitchOnChoice(Uint16 x, Uint16 y) { in SwitchOnChoice()
H A DSetupBattle.h40 class BasePU: public PopupMenu {
42 BasePU(int ix, int iy);
H A DSetupBattle.cpp95 BasePU::BasePU(int ix, int iy): in BasePU() function in SetupBattle::BasePU
114 bool BasePU::SwitchOnChoice(Uint16 x, Uint16 y) { in SwitchOnChoice()
H A DGenWindow.cpp187 hWindow = new ForceSelect::BasePU(ix, iy); in GenWindow()
268 hWindow = new SetupBattle::BasePU(ix, iy); in GenWindow()
284 hWindow = new RTS::BasePU(ix, iy); in GenWindow()
356 hWindow = new Score::BasePU(ix, iy); in GenWindow()
H A DRTS.h60 class BasePU: public PopupMenu {
62 BasePU(int ix, int iy);
H A DForceSelect.h140 class BasePU: public PopupMenu {
142 BasePU(int ix, int iy);
H A DRTSWin.cpp429 BasePU::BasePU(int ix, int iy): in BasePU() function in RTS::BasePU
470 bool BasePU::SwitchOnChoice(Uint16 x, Uint16 y) { in SwitchOnChoice()
H A DForceSelectWin.cpp160 BasePU::BasePU(int ix, int iy): in BasePU() function in ForceSelect::BasePU
197 bool BasePU::SwitchOnChoice(Uint16 x, Uint16 y) { in SwitchOnChoice()