Home
last modified time | relevance | path

Searched defs:getGrandPrix (Results 1 – 3 of 3) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/race/
H A Dgrand_prix_manager.hpp71 const GrandPrixData* getGrandPrix(const int i) const { return m_gp_data.get(i); } in getGrandPrix() function in GrandPrixManager
H A Dgrand_prix_manager.cpp149 const GrandPrixData* GrandPrixManager::getGrandPrix(const std::string& s) const in getGrandPrix() function in GrandPrixManager
H A Drace_manager.hpp607 const GrandPrixData& getGrandPrix() const { return m_grand_prix; } in getGrandPrix() function in RaceManager