From 292ae9453e7fdb2f1023ed9dfc99cbcd751f8b90 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 10 Feb 2009 22:26:46 +0000 Subject: Hey, got the formatter working, that's something. I really like it so far, lets see how nice we can really make it. --- src/sio.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/sio.cpp (limited to 'src/sio.cpp') 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 @@ +#include "bu/sio.h" + +Bu::StdStream Bu::sioRaw; +Bu::Formatter Bu::sio( Bu::sioRaw ); + -- cgit v1.2.3