diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/perk/perk_output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/perk/perk_output.h b/include/perk/perk_output.h index d7e3b9a..91c8aee 100644 --- a/include/perk/perk_output.h +++ b/include/perk/perk_output.h @@ -16,5 +16,6 @@ #define PERK_PRETTY_TABLE PERK_PRETTY(0x00000002) #define PERK_PRETTY_READOBJ PERK_PRETTY(0x00000004) #define PERK_PRETTY_OBJDUMP PERK_PRETTY(0x00000008) +#define PERK_PRETTY_YAML PERK_PRETTY(0x00000010) #endif |