#ifndef INKSCAPE_LPE_ATTACH_PATH_H
#define INKSCAPE_LPE_ATTACH_PATH_H
/*
* Inkscape::LPEAttachPath
*
* Copyright (C) Ted Janeczko 2012 <flutterguy317@gmail.com>
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "live_effects/effect.h"
#include "live_effects/parameter/parameter.h"
#include "live_effects/parameter/point.h"
#include "live_effects/parameter/originalpath.h"
#include "live_effects/parameter/vector.h"
#include "live_effects/parameter/bool.h"
#include "live_effects/parameter/transformedpoint.h"
virtual ~LPEAttachPath();
LPEAttachPath(const LPEAttachPath&);
};
}; //namespace LivePathEffect
}; //namespace Inkscape
#endif