lpe-curvestitch.h revision f358fb039ddd7cb6716a4120d93071ac62283a00
#ifndef INKSCAPE_LPE_CURVESTITCH_H
#define INKSCAPE_LPE_CURVESTITCH_H
/** \file
* Implementation of the curve stitch effect, see lpe-curvestitch.cpp
*/
/*
* Authors:
* Johan Engelen
*
* Copyright (C) Johan Engelen 2007 <j.b.c.engelen@utwente.nl>
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "live_effects/effect.h"
#include "live_effects/parameter/path.h"
#include "live_effects/parameter/parameter.h"
#include "live_effects/parameter/bool.h"
#include "live_effects/parameter/random.h"
LPECurveStitch(const LPECurveStitch&);
};
} //namespace LivePathEffect
} //namespace Inkscape
#endif