Home
last modified time | relevance | path

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

/dports/games/wesnoth/wesnoth-1.14.17/src/map/
H A Dexception.hpp21 struct incorrect_map_format_error : game::error { struct
22 incorrect_map_format_error(const std::string& message) : error(message) {} in incorrect_map_format_error() function