summaryrefslogtreecommitdiff
path: root/includes/Printer.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/Printer.h')
-rw-r--r--includes/Printer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/Printer.h b/includes/Printer.h
index e8d9a03..2c40088 100644
--- a/includes/Printer.h
+++ b/includes/Printer.h
@@ -36,6 +36,7 @@ enum {
E_INPUT = 16,
E_SOCKET = 32,
E_THREAD = 64,
+ E_OUTPUT = 128,
};
class Printer {