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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-08-15
|
169 b
|
13 lines
#ifndef __BOUNDARY_F_H__
#define __BOUNDARY_F_H__
typedef struct _BoundSeg BoundSeg;
typedef enum
{
WithinBounds,
IgnoreBounds
} BoundaryType;
#endif