diff options
author | C. McEnroe | 2020-02-08 17:42:19 -0500 |
---|---|---|
committer | C. McEnroe | 2020-02-08 17:42:19 -0500 |
commit | 156282c95d523b0c19f5409eb15cd53fc3211894 (patch) | |
tree | f389dd7fb392a56d4c3312413c5d46d5173c4710 /chat.h | |
parent | 8128edc7eb1e7a86e82d5936ec1100e1f9912f54 (diff) |
Add procPipe for subprocesses
Diffstat (limited to 'chat.h')
-rw-r--r-- | chat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chat.h b/chat.h index 34e1812..909527e 100644 --- a/chat.h +++ b/chat.h @@ -28,6 +28,8 @@ typedef unsigned char byte; +int procPipe[2]; + enum Color { White, Black, Blue, Green, Red, Brown, Magenta, Orange, Yellow, LightGreen, Cyan, LightCyan, LightBlue, Pink, Gray, LightGray, |