home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2002 April / pcpro0402.iso / essentials / graphics / Gimp / gimp-src-20001226.exe / src / gimp / app / boundaryF.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-08-15  |  169 b   |  13 lines

  1. #ifndef __BOUNDARY_F_H__
  2. #define __BOUNDARY_F_H__
  3.  
  4. typedef struct _BoundSeg BoundSeg;
  5.  
  6. typedef enum
  7. {
  8.   WithinBounds,
  9.   IgnoreBounds
  10. } BoundaryType;
  11.  
  12. #endif
  13.