diff --git a/Stream.cpp b/Stream.cpp new file mode 100644 index 0000000..78001b7 --- /dev/null +++ b/Stream.cpp @@ -0,0 +1,6 @@ +#include "Stream.h" + +Stream::Stream() +{ + +} diff --git a/Stream.h b/Stream.h new file mode 100644 index 0000000..ed58b94 --- /dev/null +++ b/Stream.h @@ -0,0 +1,11 @@ +#ifndef STREAM_H +#define STREAM_H + + +class Stream +{ +public: + Stream(); +}; + +#endif // STREAM_H diff --git a/docs/index.md b/docs/index.md index 84f035d..aed8280 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 welcomes contributors and support. +vimix welcomes contributors and support: check the [wiki](https://github.com/brunoherbelin/vimix/wiki) for more info diff --git a/docs/vimix_0.2_beta.jpg b/docs/vimix_0.2_beta.jpg index 30ea670..d011349 100644 Binary files a/docs/vimix_0.2_beta.jpg and b/docs/vimix_0.2_beta.jpg differ