#ifndef STREAM_H #define STREAM_H class Stream { public: Stream(); }; #endif // STREAM_H