sp-gradient-fns.h revision fcc794c3b1863f6f0a004e9f38455b2ae44b9fff
#ifndef SEEN_SP_GRADIENT_FNS_H
#define SEEN_SP_GRADIENT_FNS_H
/** \file
* Macros and fn declarations related to gradients.
*/
#include <glib.h>
#include <glib-object.h>
#include "sp-gradient-spread.h"
#include "sp-gradient-units.h"
/* Gradient repr methods */
#endif /* !SEEN_SP_GRADIENT_FNS_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 :