X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fdebug%2Fdebug_types.h;h=e0013e2bf1259cd0ae1ee7d78e78ecb66a74dbbe;hb=a25e859fa773c9463e4bec042b8d0b39041c29ad;hp=719c4c566c135b887d9118997296df65bcb3707e;hpb=e2bca737f08e39037f3cf89a14f70eace611cc1a;p=simgear.git diff --git a/simgear/debug/debug_types.h b/simgear/debug/debug_types.h index 719c4c56..e0013e2b 100644 --- a/simgear/debug/debug_types.h +++ b/simgear/debug/debug_types.h @@ -24,7 +24,10 @@ typedef enum { SG_CLIPPER = 0x00002000, SG_NETWORK = 0x00004000, SG_ATC = 0x00008000, - SG_UNDEFD = 0x00010000, // For range checking + SG_NASAL = 0x00010000, + SG_INSTR = 0x00020000, + SG_SYSTEMS = 0x00040000, + SG_UNDEFD = 0x00080000, // For range checking SG_ALL = 0xFFFFFFFF } sgDebugClass;