From c51bf0344c99bccb7f52525a8a9e5b13fbb61f88 Mon Sep 17 00:00:00 2001 From: archibalduk Date: Sun, 31 Jan 2021 21:02:35 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f87fbc..fefcf4e 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ Further details can be found here: https://www.ehmtheblueline.com/forums/viewtop The CSD Patch was last compiled with Microsoft Visual Studio 2013. -Please bear in mind that this is the first ever C++ code I wrote and it was a big learning curve. The standard of coding is very poor and should ideally be re-organised. However, the code is very short and simple, so it should only take an hour or two to tidy things up. +Please bear in mind that this is the first ever C++ code I wrote and it was a big learning curve. The standard of coding is very poor and should ideally be re-organised. However, the code is very short and simple, so it should only take an hour or so to move the code definitions from CSD_Form.h to CSD_Form.cpp and to add proper declarations in the header file.