Home
last modified time | relevance | path

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

/dports/games/gigalomania/gigalomaniasrc/
H A Dgamestate.h227 bool hasConfirmWindow() const { in hasConfirmWindow() function
H A Dgui.cpp385 …= STATE_LOADGAME || this->getPage() == STATE_SAVEGAME ) && !this->gamestate->hasConfirmWindow() ) { in draw()