winix/plugins/groupitem/templates.cpp

38 lines
508 B
C++
Executable File

/*
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2011, Tomasz Sowa
* All rights reserved.
*
*/
#include "templates/templates.h"
#include "core/plugin.h"
namespace Groupitem
{
using namespace TemplatesFunctions;
using TemplatesFunctions::system;
void AddEzcFunctions(PluginInfo & info)
{
using TemplatesFunctions::EzcFun;
EzcFun * fun = reinterpret_cast<EzcFun*>(info.p1);
// fun->Insert("gallery_tab", gallery_tab);
}
} // namespace