Added more info in README. Updated comments

This commit is contained in:
2025-12-15 14:49:33 +02:00
parent 8e276ab2ab
commit 3d45fc89fc
4 changed files with 27 additions and 8 deletions

View File

@@ -5,6 +5,7 @@
#include "../json.hpp"
#include <memory>
// Base Widget class for the whole Widget system
class Widget
{
protected: