mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 18:17:20 +00:00
Added default value for hardcoded WML paths.
This commit is contained in:
parent
63543ff38b
commit
dd7fba531f
@ -215,7 +215,8 @@ std::string get_binary_file_location(const std::string& type, const std::string&
|
||||
* Returns a complete path to the actual WML file or directory
|
||||
* or an empty string if the file isn't present.
|
||||
*/
|
||||
std::string get_wml_location(const std::string &filename, const std::string ¤t_dir);
|
||||
std::string get_wml_location(const std::string &filename,
|
||||
const std::string ¤t_dir = std::string());
|
||||
|
||||
class scoped_istream {
|
||||
std::istream *stream;
|
||||
|
Loading…
x
Reference in New Issue
Block a user