Home
last modified time | relevance | path

Searched refs:tabChamp (Results 1 – 4 of 4) sorted by relevance

/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DCGui.cpp67 ,btStChamp(0),tabChamp(0),imgChamp(0) in CGui()
H A DChampChall.cpp302 if (!liChamps || !tabChamp || !btStChamp) return; in UpdChampTabVis()
308 tabChamp->setVisible(champ); imgChamp->setVisible(champ); btStChamp->setVisible(champ); in UpdChampTabVis()
H A DGui_Init.cpp775tabChamp = fTab("ChampType"); Tev(tabChamp, ChampType); tabChamp->setIndexSelected(pSet->champ_t… in InitGui()
H A DCGui.h412 Tab tabTut, tabChamp, tabChall; variable