aboutsummaryrefslogtreecommitdiff
path: root/src/sio.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2009-02-10 22:26:46 +0000
committerMike Buland <eichlan@xagasoft.com>2009-02-10 22:26:46 +0000
commit292ae9453e7fdb2f1023ed9dfc99cbcd751f8b90 (patch)
treee7cdb8620f4a16f114058dd245b51a8858eacbb1 /src/sio.cpp
parent1a0f10f17a85afef20a2610104d590fb1e41cffa (diff)
downloadlibbu++-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.cpp5
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
3Bu::StdStream Bu::sioRaw;
4Bu::Formatter Bu::sio( Bu::sioRaw );
5