2007-12-29 08:57:51 +08:00
|
|
|
/* GIMP - The GNU Image Manipulation Program
|
|
|
|
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
|
|
|
|
*
|
2009-02-21 23:06:49 +08:00
|
|
|
* gimp-gegl-types.h
|
2007-12-29 08:57:51 +08:00
|
|
|
*
|
2009-01-18 06:28:01 +08:00
|
|
|
* This program is free software: you can redistribute it and/or modify
|
2007-12-29 08:57:51 +08:00
|
|
|
* it under the terms of the GNU General Public License as published by
|
2009-01-18 06:28:01 +08:00
|
|
|
* the Free Software Foundation; either version 3 of the License, or
|
2007-12-29 08:57:51 +08:00
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program 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.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
2018-07-12 05:27:07 +08:00
|
|
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
2007-12-29 08:57:51 +08:00
|
|
|
*/
|
|
|
|
|
2009-02-21 23:06:49 +08:00
|
|
|
#ifndef __GIMP_GEGL_TYPES_H__
|
|
|
|
#define __GIMP_GEGL_TYPES_H__
|
2007-12-29 08:57:51 +08:00
|
|
|
|
2012-05-11 03:31:40 +08:00
|
|
|
|
2008-02-01 20:45:32 +08:00
|
|
|
#include "core/core-types.h"
|
2007-12-29 08:57:51 +08:00
|
|
|
|
2010-11-05 05:14:58 +08:00
|
|
|
#include "gegl/gimp-gegl-enums.h"
|
|
|
|
|
2012-05-11 03:31:40 +08:00
|
|
|
#include "operations/operations-types.h"
|
2008-01-18 01:18:23 +08:00
|
|
|
|
|
|
|
|
2012-05-26 18:42:52 +08:00
|
|
|
typedef struct _GimpApplicator GimpApplicator;
|
|
|
|
|
|
|
|
|
2009-02-21 23:06:49 +08:00
|
|
|
#endif /* __GIMP_GEGL_TYPES_H__ */
|