Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/Empire/
H A DEmpireManager.h122 FO_COMMON_API void InitEmpireColors(const boost::filesystem::path& path);
H A DEmpireManager.cpp382 void InitEmpireColors(const boost::filesystem::path& path) { in InitEmpireColors() function
/dports/games/freeorion/freeorion-0.4.10.2/util/
H A DAppInterface.cpp118 InitEmpireColors(rdir / "empire_colors.xml"); in StartBackgroundParsing()