add Air Traffic Controll to the list of possible debug sections

This commit is contained in:
ehofman
2003-03-20 12:14:11 +00:00
parent 72590e6b8f
commit 940ce98d2c

View File

@@ -23,7 +23,8 @@ typedef enum {
SG_IO = 0x00001000,
SG_CLIPPER = 0x00002000,
SG_NETWORK = 0x00004000,
SG_UNDEFD = 0x00008000, // For range checking
SG_ATC = 0x00008000,
SG_UNDEFD = 0x00010000, // For range checking
SG_ALL = 0xFFFFFFFF
} sgDebugClass;