X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftags%2Fstable%2FETL%2Fboxblur;fp=ETL%2Ftags%2Fstable%2FETL%2Fboxblur;h=e56316bc2d5cba8832af7424e2fec85bc4eb6b74;hb=26d279453f9f77f36658584e5d2b3dbbdf56b761;hp=0000000000000000000000000000000000000000;hpb=5928d7336e741725d47722afd121030c0ece13e1;p=synfig.git diff --git a/ETL/tags/stable/ETL/boxblur b/ETL/tags/stable/ETL/boxblur new file mode 100644 index 0000000..e56316b --- /dev/null +++ b/ETL/tags/stable/ETL/boxblur @@ -0,0 +1,36 @@ +// -*- C++ -*- +/*! ======================================================================== +** Extended Template and Library +** Box Blur Template +** $Id$ +** +** Copyright (c) 2002 Robert B. Quattlebaum Jr. +** +** 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 __BOXBLUR__ +#define __BOXBLUR__ + +/* === H E A D E R S ======================================================= */ + +#include "etl_config.h" + +#include "_boxblur.h" + +/* === E N D =============================================================== */ + +#endif