frontend/screens deleted

This commit is contained in:
MihailRis
2024-04-22 20:32:28 +03:00
parent 7415726e47
commit 61ca91b525
11 changed files with 272 additions and 262 deletions
+10
View File
@@ -0,0 +1,10 @@
#include "Screen.hpp"
#include "../../graphics/core/Batch2D.h"
#include "../../engine.h"
Screen::Screen(Engine* engine) : engine(engine), batch(new Batch2D(1024)) {
}
Screen::~Screen() {
}