Refactor: added Screen interface class, LevelScreen

This commit is contained in:
MihailRis
2023-11-15 21:18:10 +03:00
parent 79aa754e66
commit fee25abb5e
11 changed files with 64 additions and 84 deletions
+1
View File
@@ -34,6 +34,7 @@ public:
static void resetScissor();
static void clear();
static void setBgColor(glm::vec3 color);
static double time();
static ImageData* takeScreenshot();