namespace TightWiki.Engine.Library.Interfaces { /// /// Handles post-processing function calls. /// public interface IPostProcessingFunctionHandler : IFunctionHandler { } }