Root/solidify/overlap.h

1/*
2 * overlap.h - Overlap two parallel faces
3 *
4 * Written 2010 by Werner Almesberger
5 * Copyright 2010 by Werner Almesberger
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 */
12
13#ifndef OVERLAP_H
14#define OVERLAP_H
15
16#include <gtk/gtk.h>
17
18#include "solid.h"
19
20
21void overlap_edit(int top);
22void overlap(GtkWidget *canvas, struct solid *solid);
23
24#endif /* !OVERLAP_H */
25

Archive Download this file

Branches:
master



interactive