summaryrefslogtreecommitdiffstats
path: root/src/satisfied-guide-cns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/satisfied-guide-cns.h')
-rw-r--r--src/satisfied-guide-cns.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/satisfied-guide-cns.h b/src/satisfied-guide-cns.h
new file mode 100644
index 000000000..93097e021
--- /dev/null
+++ b/src/satisfied-guide-cns.h
@@ -0,0 +1,25 @@
+#ifndef __SATISFIED_GUIDE_CNS_H__
+#define __SATISFIED_GUIDE_CNS_H__
+
+#include <forward.h>
+namespace NR { class Point; }
+#include <vector>
+class SPGuideConstraint;
+
+void satisfied_guide_cns(SPDesktop const &desktop,
+ std::vector<NR::Point> const &snappoints,
+ std::vector<SPGuideConstraint> &cns);
+
+
+#endif /* !__SATISFIED_GUIDE_CNS_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:encoding=utf-8:textwidth=99 :