Home
last modified time | relevance | path

Searched refs:AddDrawAboveAll (Results 1 – 6 of 6) sorted by relevance

/dports/games/ivan/ivan-059/FeLib/Include/
H A Dgraphics.h59 static void AddDrawAboveAll(drawabove da, int iPriority, const char* desc);
/dports/games/ivan/ivan-059/FeLib/Source/
H A Dspecialkeys.cpp214 graphics::AddDrawAboveAll(&DrawHelpDialog,90000,"HelpDialog"); in init()
H A Dgraphics.cpp609 void graphics::AddDrawAboveAll(drawabove da, int iPriority, const char* desc) in AddDrawAboveAll() function in graphics
H A Dfeio.cpp951 …static bool bDummyInit = [](){graphics::AddDrawAboveAll(&AlertConfirmMsgDraw,100100,"iosystem::Ale… in AlertConfirmMsg()
/dports/games/ivan/ivan-059/Main/Source/
H A Dbugworkaround.cpp66 …graphics::AddDrawAboveAll(&DrawAlertConfirmFix,100000,"bugfixdp::DrawAlertConfirmFix"); return tru… in AlertConfirmFixMsg()
H A Dgame.cpp1287 graphics::AddDrawAboveAll(&DrawMapOverlay ,1000,"Map" ); in SetDrawMapOverlay()
1288 graphics::AddDrawAboveAll(&DrawMapNotesOverlay,1100,"MapNotes"); return true;}(); in SetDrawMapOverlay()