33a25dee07531bd809771e6d4b4f5bac1fa8ff37
[synfig.git] / ETL / trunk / ETL / bezier
1 /*! ========================================================================
2 ** Extended Template and Library
3 ** Bezier Curve Class
4 ** $Id: bezier,v 1.1.1.1 2005/01/04 01:31:46 darco Exp $
5 **
6 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
7 **
8 ** This package is free software; you can redistribute it and/or
9 ** modify it under the terms of the GNU General Public License as
10 ** published by the Free Software Foundation; either version 2 of
11 ** the License, or (at your option) any later version.
12 **
13 ** This package is distributed in the hope that it will be useful,
14 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
15 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16 ** General Public License for more details.
17 **
18 ** === N O T E S ===========================================================
19 **
20 ** ========================================================================= */
21
22 /* === S T A R T =========================================================== */
23
24 #ifndef __BEZIER__
25 #define __BEZIER__
26
27 /* === H E A D E R S ======================================================= */
28
29 #include "etl_config.h"
30
31 #include "_bezier.h"
32
33 #ifdef __ANGLE__
34 #include "_bezier_angle.h"
35 #endif
36
37 /* === E N D =============================================================== */
38
39 #endif