This commit is contained in:
IlyaShurupov 2024-03-19 11:52:22 +03:00
parent b342f4fd8c
commit 59b1d0b89a
4 changed files with 26 additions and 38 deletions

View file

@ -1,12 +1,13 @@
#pragma once
#include "Window.hpp"
#include "Color.hpp"
#include "Rect.hpp"
#include "Buffer.hpp"
namespace tp {
class Window;
class DebugGUI {
class Context;