Added WidgetText. Fixed some things. Updated README

This commit is contained in:
2025-12-04 17:23:53 +02:00
parent 58abb91c64
commit 56e07e1080
8 changed files with 473 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
class Widget
{
private:
protected:
// Internal surface for drawing
SDL_Surface* m_surface;