Home
last modified time | relevance | path

Searched defs:WLWarning (Results 1 – 2 of 2) sorted by relevance

/dports/games/widelands/widelands-build21/src/base/
H A Dwarning.h38 struct WLWarning : public std::exception { struct
47 WLWarning() { in WLWarning() argument
49 std::string what_;
50 std::string title_;
H A Dexceptions.cc50 WLWarning::WLWarning(char const* const et, char const* const em, ...) : title_(et) { in WLWarning() function in WLWarning