Home
last modified time | relevance | path

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

/dports/games/openlierox/OpenLieroX/src/client/DeprecatedGUI/
H A DMenu_Net_Join.cpp337 if (tMenu->bmpDownload.get()) { in initDetailsList()
338 CImage *img = new CImage(tMenu->bmpDownload); in initDetailsList()
344 if (tMenu->bmpDownload.get()) { in initDetailsList()
345 CImage *img = new CImage(tMenu->bmpDownload); in initDetailsList()
H A DMenuSystem.cpp151 tMenu->bmpDownload = LoadGameImage("data/frontend/download.png", true); // Doesn't have to exist in Menu_Initialize()
/dports/games/openlierox/OpenLieroX/include/DeprecatedGUI/
H A DMenu.h300 SmartPointer<SDL_Surface> bmpDownload; variable