Home
last modified time | relevance | path

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

/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DHud_Create.cpp107 h.icoBFuel->setPosition(gxL-83+57, gy-60); in Size()
291 h.icoBFuel = h.parent->createWidget<ImageBox>("ImageBox", in Create()
293 h.icoBFuel->setImageTexture("gui_icons.png"); in Create()
295 h.icoBFuel->setImageCoord(IntCoord(512,0,128,128)); in Create()
552 ,icoBFuel(0), icoBInf(0), icoDamage(0), icoRewind(0) in Hud()
582 Dest(h.icoBFuel) Dest(h.icoBInf) Dest(h.icoDamage) Dest(h.icoRewind) in Destroy()
656 h.icoBFuel->setVisible(show && bfuel); /*h.icoBInf->setVisible(show && binf);*/ } in Show()
H A DCHud.h70 MyGUI::ImageBox *icoBFuel,*icoBInf,*icoDamage,*icoRewind; variable