Moved common functionality and includes around

This commit is contained in:
2025-12-08 15:31:43 +02:00
parent df4ead9f85
commit 3a52a3991c
4 changed files with 10 additions and 13 deletions

View File

@@ -7,7 +7,6 @@
#include <string>
#include "../sdl_helpers.h"
#include "../json.hpp"
class WidgetText : public Widget
{