Separate CaptureData and CaptureStatus

This commit is contained in:
Lorenzooone
2024-04-26 22:55:24 +02:00
parent 875d5e2661
commit a87a7d2763
11 changed files with 147 additions and 158 deletions

View File

@@ -1,9 +1,5 @@
#include <SFML/Graphics.hpp>
#include "frontend.hpp"
#include <chrono>
#define BASE_PIXEL_FONT_HEIGHT 24
TextRectangle::TextRectangle(bool font_load_success, sf::Font &text_font) {