aboutsummaryrefslogtreecommitdiff
path: root/src/sio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sio.h')
-rw-r--r--src/sio.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/sio.h b/src/sio.h
new file mode 100644
index 0000000..298e786
--- /dev/null
+++ b/src/sio.h
@@ -0,0 +1,13 @@
1#ifndef BU_SIO_H
2#define BU_SIO_H
3
4#include "bu/stdstream.h"
5#include "bu/formatter.h"
6
7namespace Bu
8{
9 extern Bu::StdStream sioRaw;
10 extern Bu::Formatter sio;
11};
12
13#endif