Graphics Example Stable

This commit is contained in:
IlyaShurupov 2024-03-19 11:37:55 +03:00
parent bb5cbfdfe2
commit b342f4fd8c
10 changed files with 28 additions and 12 deletions

View file

@ -63,7 +63,7 @@ namespace tp {
};
class Graphics {
private:
public:
explicit Graphics(Window* window) : mGui(window), mCanvas(window) {}
void proc() {