too many things

This commit is contained in:
2025-07-18 13:11:18 +02:00
parent b788caafa6
commit 6d0e56eb46
26 changed files with 529 additions and 191 deletions

View File

@@ -3,11 +3,14 @@
#include <string>
#include <SDL3/SDL_video.h>
#include <td/misc/Signal.h>
namespace td {
class Display {
public:
utils::Signal<float> OnAspectRatioChange;
Display(int a_Width, int a_Height, const std::string& a_Title);
~Display();