nr-filter-specularlighting.h revision cf99b5253f47e8fa5ba3c655712fc15031d1d91a
#ifndef __NR_FILTER_SPECULARLIGHTING_H__
#define __NR_FILTER_SPECULARLIGHTING_H__
/*
* feSpecularLighting renderer
*
* Authors:
* Niko Kiirala <niko@kiirala.com>
* Jean-Rene Reinhard <jr@komite.net>
*
* Copyright (C) 2007 authors
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "display/nr-light-types.h"
#include "display/nr-filter-primitive.h"
static FilterPrimitive *create();
union {
} light;
};
} /* namespace Filters */
} /* namespace Inkscape */
#endif /* __NR_FILTER_SPECULARLIGHTING_H__ */
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :