mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 11:01:20 +00:00
zookeeper and allefant liked a different naming convention...
...for the special files, and I'm OK with it.
This commit is contained in:
parent
485f397760
commit
d5581d1fdf
@ -345,8 +345,9 @@ static bool ends_with(const std::string& str, const std::string& suffix)
|
||||
return str.size() >= suffix.size() && std::equal(suffix.begin(),suffix.end(),str.end()-suffix.size());
|
||||
}
|
||||
|
||||
#define MAINCFG "%main.cfg"
|
||||
#define FINALCFG "%final.cfg"
|
||||
// These are the filenames that get special processing
|
||||
#define MAINCFG "_main.cfg"
|
||||
#define FINALCFG "_final.cfg"
|
||||
|
||||
void get_files_in_dir(const std::string& directory,
|
||||
std::vector<std::string>* files,
|
||||
|
Loading…
x
Reference in New Issue
Block a user