/* * This file is a part of Winix * and is not publicly distributed * * Copyright (c) 2012, Tomasz Sowa * All rights reserved. * */ #include "templates.h" namespace TemplatesFunctions { void space(Info & i, PT::Space & space); void spaces_tab(Info & i, PT::Space & space); void spaces_tab_value(Info & i, PT::Space & space); void spaces_tab_has_next(Info & i, PT::Space & space); } // namespace TemplatesFunctions