/* * This file is a part of Winix * and is not publicly distributed * * Copyright (c) 2010, Tomasz Sowa * All rights reserved. * */ #ifndef headerfilecmsluplugin_stats_templates #define headerfilecmsluplugin_stats_templates #include "core/plugin.h" namespace Stats { void CreateFunctions(PluginInfo & info); } // namespace #endif