Files
gimp/app/boundaryF.h
1998-08-16 00:34:20 +00:00

13 lines
157 B
C

#ifndef __BOUNDARY_F_H__
#define __BOUNDARY_F_H__
typedef struct _BoundSeg BoundSeg;
typedef enum
{
WithinBounds,
IgnoreBounds
} BoundaryType;
#endif