Home
last modified time | relevance | path

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

/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DChampionships.cpp143 StageListAdd(n, trk.name, trk.laps, po > 0.f ? "#E0F0FF"+fToStr(po,1,3) : ""); in listChampChng()
H A DChampChall.cpp342 void CGui::StageListAdd(int n, String name, int laps, String progress) in StageListAdd() function in CGui
H A DCGui.h420 void StageListAdd(int n, Ogre::String name, int laps, Ogre::String progress);
H A DChallenges.cpp102 StageListAdd(n, trk.name, trk.laps, po > 0.f ? "#E0F0FF"+fToStr(po,1,3) : ""); in listChallChng()