Home
last modified time | relevance | path

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

/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/
H A Dutil.h122 extern bool IsStringBool(const std::string &str);
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/stratagus/
H A Dutil.cpp322 bool IsStringBool(const std::string &str) in IsStringBool() function
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/unit/
H A Dunittype.cpp916 } else if (IsStringBool(value)) { in ProcessConfigData()