winix/plugins/stats/templates.h

32 lines
402 B
C++
Executable File

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