Home
last modified time | relevance | path

Searched refs:getNukePos (Results 1 – 3 of 3) sorted by relevance

/dports/games/gigalomania/gigalomaniasrc/
H A Dsector.h508 void getNukePos(int *nuke_x, int *nuke_y) const;
H A Dsector.cpp2018 void Sector::getNukePos(int *nuke_x, int *nuke_y) const { in getNukePos() function in Sector
2123 this->getNukePos(&nuke_x, &nuke_y); in update()
H A Dgamestate.cpp1737 current_sector->getNukePos(&xpos, &ypos); in draw()