/** * * * */ package org.wesnoth.wml; /** * * A representation of the model object 'Macro Tokens'. * * * * @see org.wesnoth.wml.WmlPackage#getMacroTokens() * @model * @generated */ public interface MacroTokens extends WMLMacroParameter { } // MacroTokens