summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-06-03 19:49:04 +0000
committermidipix <writeonce@midipix.org>2025-06-03 23:03:20 +0000
commit4da2abbc49104cf9a6acb56f8a7ff2dc23aedbfb (patch)
tree6de5a1b7bc5819fdc2905ca709945f0339a99e2b /include
parentd1d41c22c8042f6ed152f44d0e6a9e2a27dbeb99 (diff)
downloadperk-4da2abbc49104cf9a6acb56f8a7ff2dc23aedbfb.tar.bz2
perk-4da2abbc49104cf9a6acb56f8a7ff2dc23aedbfb.tar.xz
api: perk_output.h: added pretty-printer bits, refactored pre-alpha defs.
Diffstat (limited to 'include')
-rw-r--r--include/perk/perk_output.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/perk/perk_output.h b/include/perk/perk_output.h
index d6e2529..313f609 100644
--- a/include/perk/perk_output.h
+++ b/include/perk/perk_output.h
@@ -35,7 +35,12 @@
#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)
-#define PERK_PRETTY_DLLTOOL PERK_PRETTY(0x00000020)
+#define PERK_PRETTY_POSIX PERK_PRETTY(0x00000020)
+#define PERK_PRETTY_HEXDATA PERK_PRETTY(0x00000040)
+#define PERK_PRETTY_VERBOSE PERK_PRETTY(0x00000080)
+
+#define PERK_PRETTY_DLLTOOL PERK_PRETTY(0x10000000)
#endif