From fa6e658f87726b4108e8019805a2b3387d6d8517 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 27 Oct 2006 23:08:24 +0000 Subject: Added the beginings of the new stream system. --- src/stream.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/stream.cpp (limited to 'src/stream.cpp') diff --git a/src/stream.cpp b/src/stream.cpp new file mode 100644 index 0000000..99c25f2 --- /dev/null +++ b/src/stream.cpp @@ -0,0 +1,9 @@ +#include "stream.h" + +Stream::Stream() +{ +} + +Stream::~Stream() +{ +} -- cgit v1.2.3