2006-12-09 13:33:38 -08:00
|
|
|
/* GIMP - The GNU Image Manipulation Program
|
2002-02-21 16:11:37 -08:00
|
|
|
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
|
|
|
|
|
*
|
2025-07-07 06:16:37 -07:00
|
|
|
* path-types.h
|
2002-02-24 19:16:41 -08:00
|
|
|
* Copyright (C) 2002 Simon Budig <simon@gimp.org>
|
2002-02-21 16:11:37 -08:00
|
|
|
*
|
2009-01-17 14:28:01 -08:00
|
|
|
* This program is free software: you can redistribute it and/or modify
|
2002-02-21 16:11:37 -08:00
|
|
|
* it under the terms of the GNU General Public License as published by
|
2009-01-17 14:28:01 -08:00
|
|
|
* the Free Software Foundation; either version 3 of the License, or
|
2002-02-21 16:11:37 -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-11 14:27:07 -07:00
|
|
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
2002-02-21 16:11:37 -08:00
|
|
|
*/
|
|
|
|
|
|
2025-07-12 18:15:46 -07:00
|
|
|
#pragma once
|
2011-04-04 09:40:12 -07:00
|
|
|
|
2002-02-21 16:11:37 -08:00
|
|
|
#include "core/core-types.h"
|
|
|
|
|
|
2025-07-07 06:43:07 -07:00
|
|
|
#include "path-enums.h"
|
2002-02-21 16:11:37 -08:00
|
|
|
|
2011-04-04 09:40:12 -07:00
|
|
|
|
2025-07-12 18:56:50 -07:00
|
|
|
typedef struct _GimpAnchor GimpAnchor;
|
2016-05-20 09:29:13 -07:00
|
|
|
|
2025-07-12 18:56:50 -07:00
|
|
|
typedef struct _GimpPath GimpPath;
|
|
|
|
|
typedef struct _GimpStroke GimpStroke;
|
|
|
|
|
typedef struct _GimpBezierStroke GimpBezierStroke;
|
|
|
|
|
|
|
|
|
|
typedef struct _GimpVectorLayer GimpVectorLayer;
|
|
|
|
|
typedef struct _GimpVectorLayerOptions GimpVectorLayerOptions;
|
|
|
|
|
typedef struct _GimpVectorLayerUndo GimpVectorLayerUndo;
|