mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
12 lines
96 B
C++
12 lines
96 B
C++
#ifndef STREAM_H
|
|
#define STREAM_H
|
|
|
|
|
|
class Stream
|
|
{
|
|
public:
|
|
Stream();
|
|
};
|
|
|
|
#endif // STREAM_H
|