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

6
Stream.cpp Normal file
View File

@@ -0,0 +1,6 @@
#include "Stream.h"
Stream::Stream()
{
}

11
Stream.h Normal file
View File

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

View File

@@ -38,7 +38,7 @@ from these 10 years of refinement of User-Experience design since its [first dra
vimix is in its early infancy, open to [feature requests and bug reports](https://github.com/brunoherbelin/vimix/issues). vimix is in its early infancy, open to [feature requests and bug reports](https://github.com/brunoherbelin/vimix/issues).
vimix welcomes contributors and support. vimix welcomes contributors and support: check the [wiki](https://github.com/brunoherbelin/vimix/wiki) for more info

Binary file not shown.

Before

Width:  |  Height:  |  Size: 292 KiB

After

Width:  |  Height:  |  Size: 307 KiB