wesnoth/data/core/macros/deprecated-utils.cfg
Eric S. Raymond 270ee001bd ADD_GOLD's time has come. Remove it.
Generalize the DEPRECATE macro.
2007-06-29 07:40:53 +00:00

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