Added initial JSON configuration support

This commit is contained in:
2025-12-04 15:04:39 +02:00
parent 34ce515521
commit 6cad6428a4
6 changed files with 24709 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ private:
public:
Widget(int width, int height);
~Widget();
virtual ~Widget();
// Method which updates the internal surface with the latest image
virtual void draw() = 0;