diff options
author | Mike Buland <eichlan@xagasoft.com> | 2009-02-10 22:26:46 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2009-02-10 22:26:46 +0000 |
commit | 292ae9453e7fdb2f1023ed9dfc99cbcd751f8b90 (patch) | |
tree | e7cdb8620f4a16f114058dd245b51a8858eacbb1 /src/sio.h | |
parent | 1a0f10f17a85afef20a2610104d590fb1e41cffa (diff) | |
download | libbu++-292ae9453e7fdb2f1023ed9dfc99cbcd751f8b90.tar.gz libbu++-292ae9453e7fdb2f1023ed9dfc99cbcd751f8b90.tar.bz2 libbu++-292ae9453e7fdb2f1023ed9dfc99cbcd751f8b90.tar.xz libbu++-292ae9453e7fdb2f1023ed9dfc99cbcd751f8b90.zip |
Hey, got the formatter working, that's something. I really like it so far,
lets see how nice we can really make it.
Diffstat (limited to 'src/sio.h')
-rw-r--r-- | src/sio.h | 13 |
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 | |||
7 | namespace Bu | ||
8 | { | ||
9 | extern Bu::StdStream sioRaw; | ||
10 | extern Bu::Formatter sio; | ||
11 | }; | ||
12 | |||
13 | #endif | ||