Move to more memory safe implementation of widget holding

This commit is contained in:
2025-12-12 15:35:32 +02:00
parent ddc7898a78
commit 8e276ab2ab
6 changed files with 16 additions and 17 deletions

View File

@@ -3,6 +3,7 @@
#include <SDL2/SDL.h>
#include "../json.hpp"
#include <memory>
class Widget
{