Toquetechant includes

This commit is contained in:
2025-02-20 13:34:18 +01:00
parent bcb2e96069
commit e1d6aff724
65 changed files with 615 additions and 495 deletions

View File

@@ -1,4 +1,9 @@
#include "debug.h"
#include <algorithm> // for max
#include "asset.h" // for Asset
#include "text.h" // for Text
#include "texture.h" // for Texture
class Screen;
// Constructor
Debug::Debug(SDL_Renderer *renderer, Screen *screen, Asset *asset)