This commit is contained in:
MihailRis
2025-04-02 14:59:53 +03:00
parent 9694a59649
commit 0b8d56afe1
14 changed files with 16 additions and 16 deletions
+3 -1
View File
@@ -1,10 +1,12 @@
#include "window/Window.hpp"
#include "window/display.hpp"
#include <GL/glew.h>
#include <GLFW/glfw3.h>
#include <unordered_set>
#include <chrono>
#include <stack>
#include <vector>
#include "debug/Logger.hpp"
#include "graphics/core/ImageData.hpp"
@@ -2,8 +2,6 @@
#include <glm/glm.hpp>
#include <memory>
#include <stack>
#include <vector>
#include "graphics/core/commons.hpp"
#include "typedefs.hpp"
@@ -40,7 +38,7 @@ public:
virtual void setFramerate(int framerate) = 0;
// TODO: move somewhere
// todo: move somewhere
virtual std::unique_ptr<ImageData> takeScreenshot() = 0;
const glm::ivec2& getSize() const {