mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-10 22:28:41 +00:00
add a comment
This commit is contained in:
parent
047da50f38
commit
eb396e75cd
@ -147,6 +147,8 @@ public:
|
|||||||
|
|
||||||
void apply_diff(const config& diff); //throw error
|
void apply_diff(const config& diff); //throw error
|
||||||
|
|
||||||
|
//! Merge config 'c' into this config.
|
||||||
|
//! Overwrites this config's values.
|
||||||
void merge_with(const config& c);
|
void merge_with(const config& c);
|
||||||
|
|
||||||
bool matches(const config &filter) const;
|
bool matches(const config &filter) const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user