Added a FG_CLIPPER debug type for the polygon clipper lib.

This commit is contained in:
curt 1999-02-09 00:08:48 +00:00
parent 91efc5ad87
commit 236a1f2a2d

View File

@ -17,7 +17,8 @@ typedef enum {
FG_AIRCRAFT = 0x00000400,
FG_AUTOPILOT = 0x00000800,
FG_SERIAL = 0x00001000,
FG_UNDEFD = 0x00002000, // For range checking
FG_CLIPPER = 0x00002000,
FG_UNDEFD = 0x00004000, // For range checking
FG_ALL = 0xFFFFFFFF
} fgDebugClass;