winix/plugins/stats/templates.h

30 lines
359 B
C++
Executable File

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