From 0aeb79fd25455f0978549c858f7bd1fb25221e6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20=22Magnetic-Fox=22=20We=CC=A8grzyn?= Date: Tue, 26 Nov 2024 23:49:11 +0100 Subject: [PATCH] Update README.md file --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4812929..1ce5385 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ This repository contains my first real experiments with programing whole program using 16-bit Windows API. +## Important note +**This repository contains very simple experiments only!** If You like to see something more advanced (at least a bit), take a look at my much bigger project called [SimpleNoter](https://github.com/Magnetic-Fox/SimpleNoter). I think it's much more representative. ;) + ## What is included in this repo? Simple C++ project, being experiment with 16-bit Windows API made to understand how to create simple Windows applications without any Rapid Application Development IDEs such as Delphi, Lazarus or Visual Studio.