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.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/sio.h (limited to 'src/sio.h') 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 @@ +#ifndef BU_SIO_H +#define BU_SIO_H + +#include "bu/stdstream.h" +#include "bu/formatter.h" + +namespace Bu +{ + extern Bu::StdStream sioRaw; + extern Bu::Formatter sio; +}; + +#endif -- cgit v1.2.3