Menu screen prototype, refactor

This commit is contained in:
MihailRis
2023-11-16 03:00:05 +03:00
parent 5af04e20d1
commit b03bcb5191
14 changed files with 267 additions and 52 deletions
+4
View File
@@ -37,6 +37,10 @@ public:
static void setBgColor(glm::vec3 color);
static double time();
static glm::vec2 size() {
return glm::vec2(width, height);
}
static ImageData* takeScreenshot();
};