X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftags%2FETL_0_04_10_rc1%2FETL%2Frect;fp=ETL%2Ftags%2FETL_0_04_10_rc1%2FETL%2Frect;h=2c8b5c5a2674969e51e5f1046086fee1a4e93e75;hb=e46234d7b452318bb265f47ba85f2a5226f9657a;hp=0000000000000000000000000000000000000000;hpb=cef9c8d1550d556f712d82000680956beed5f2af;p=synfig.git diff --git a/ETL/tags/ETL_0_04_10_rc1/ETL/rect b/ETL/tags/ETL_0_04_10_rc1/ETL/rect new file mode 100644 index 0000000..2c8b5c5 --- /dev/null +++ b/ETL/tags/ETL_0_04_10_rc1/ETL/rect @@ -0,0 +1,36 @@ +// -*- C++ -*- +/*! ======================================================================== +** Extended Template and Library +** Rect +** $Id$ +** +** Copyright (c) 2002 Adrian Bentley +** +** This package is free software; you can redistribute it and/or +** modify it under the terms of the GNU General Public License as +** published by the Free Software Foundation; either version 2 of +** the License, or (at your option) any later version. +** +** This package is distributed in the hope that it will be useful, +** but WITHOUT ANY WARRANTY; without even the implied warranty of +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +** General Public License for more details. +** +** === N O T E S =========================================================== +** +** ========================================================================= */ + +/* === S T A R T =========================================================== */ + +#ifndef __RECT__ +#define __RECT__ + +/* === H E A D E R S ======================================================= */ + +#include "etl_config.h" + +#include "_rect.h" + +/* === E N D =============================================================== */ + +#endif