mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 23:16:03 +00:00
13 lines
449 B
INI
13 lines
449 B
INI
# These are clutter, scheduled to be removed.
|
|
|
|
# ! in comments is used for generating HTML documentation, ignore it otherwise.
|
|
|
|
#define DEPRECATE NAME VERSION
|
|
# Tag macros for removal, the VERSION argument is the
|
|
# release where the message is shown the first time.
|
|
# The removal will be 2 versions later.
|
|
[deprecated_message]
|
|
message="Macro '" + {NAME} + "' is scheduled for removal in Wesnoth " + {VERSION} + "."
|
|
[/deprecated_message]
|
|
#enddef
|