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

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