aboutsummaryrefslogtreecommitdiff
path: root/src/stream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream.cpp')
-rw-r--r--src/stream.cpp9
1 files changed, 9 insertions, 0 deletions
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 @@
1#include "stream.h"
2
3Stream::Stream()
4{
5}
6
7Stream::~Stream()
8{
9}