Home
last modified time | relevance | path

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

/dports/games/etracer/etr-0.8.1/src/
H A Dcommon.h53 extern const sf::Color colDDYell;
H A Dhud.cpp224 FT.SetColor(colDDYell); in DrawSpeed()
289 FT.SetColor(colDDYell); in DrawWind()
H A Dcommon.cpp35 const sf::Color colDDYell = TColor(0.8, 0.6, 0.0, 1.0); variable