mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Updated webpage image + link to wiki
This commit is contained in:
6
Stream.cpp
Normal file
6
Stream.cpp
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#include "Stream.h"
|
||||||
|
|
||||||
|
Stream::Stream()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
11
Stream.h
Normal file
11
Stream.h
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
#ifndef STREAM_H
|
||||||
|
#define STREAM_H
|
||||||
|
|
||||||
|
|
||||||
|
class Stream
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
Stream();
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // STREAM_H
|
||||||
@@ -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 |
Reference in New Issue
Block a user