diff options
author | Pixel <pixel@nobis-crew.org> | 2011-11-09 17:14:00 +0100 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-11-09 17:14:00 +0100 |
commit | ee83336050553a2dbd64c27b8e384139c7ccec9a (patch) | |
tree | b2c7b58364bfbafdecc0f9747ea2aa237fd63cbf /includes/Printer.h | |
parent | fa67300f537808f7e3fa3bb501f1f268d520073b (diff) |
Adding 'Output' object
Diffstat (limited to 'includes/Printer.h')
-rw-r--r-- | includes/Printer.h | 1 |
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 { |