Updated webpage image + link to wiki

This commit is contained in:
brunoherbelin
2020-09-19 01:04:05 +02:00
parent b0e54c6ff5
commit 1209d337bc
4 changed files with 18 additions and 1 deletions

11
Stream.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef STREAM_H
#define STREAM_H
class Stream
{
public:
Stream();
};
#endif // STREAM_H