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.cpp | |
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.cpp')
-rw-r--r-- | src/sio.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sio.cpp b/src/sio.cpp new file mode 100644 index 0000000..2e72fd9 --- /dev/null +++ b/src/sio.cpp | |||
@@ -0,0 +1,5 @@ | |||
1 | #include "bu/sio.h" | ||
2 | |||
3 | Bu::StdStream Bu::sioRaw; | ||
4 | Bu::Formatter Bu::sio( Bu::sioRaw ); | ||
5 | |||