new persistence manager component

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-06-23 23:10:42 +02:00
parent c6f0c4572d
commit 0c8c831eea
16 changed files with 92 additions and 119 deletions

View File

@@ -1,4 +1,5 @@
#pragma once
#include "SDL3/SDL_render.h"
#include <cstdint>
@@ -12,7 +13,7 @@ class Matrix
void Render() const;
SDL_WindowID windowId() const;
[[nodiscard]] SDL_WindowID windowId() const;
private:
void DrawColoredGrid() const;