Home
last modified time | relevance | path

Searched refs:paremThree (Results 1 – 2 of 2) sorted by relevance

/dports/games/galaxyhack/galaxyhack/src/
H A DGenWindow.h37 …GenWindow(int ix, int iy, WindowChoice iType, int paremOne, int paremTwo, int paremThree, int pare…
39 …oice iType, const string& iString, UnitType iUnitType, int paremOne, int paremTwo, int paremThree);
H A DGenWindow.cpp365 GenWindow::GenWindow(int ix, int iy, WindowChoice iType, int paremOne, int paremTwo, int paremThree in GenWindow() argument
368 hWindow = new RTS::InfoChoicePU(ix, iy, paremOne, paremTwo, paremThree, paremFour); in GenWindow()
422 …ice iType, const string& iString, UnitType iUnitType, int paremOne, int paremTwo, int paremThree) { in GenWindow() argument
425 …w = new ForceSelect::NewGroupChoicesOK(ix, iy, iString, iUnitType, paremOne, paremTwo, paremThree); in GenWindow()