sp-filter-fns.h revision a4030d5ca449e7e384bc699cd249ee704faaeab0
#ifndef SEEN_SP_FILTER_FNS_H
#define SEEN_SP_FILTER_FNS_H
/** \file
* Macros and fn declarations related to filters.
*/
#include <glib-object.h>
#include "libnr/nr-forward.h"
#include "sp-filter-units.h"
#include "sp-filter-primitive.h"
}
}
#define SP_TYPE_FILTER (sp_filter_get_type())
//need to define function
//need to define function
#endif /* !SEEN_SP_FILTER_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 :