ObservableSetting

This commit is contained in:
MihailRis
2024-04-26 02:43:10 +03:00
parent 4861fedf1e
commit 6650e27737
4 changed files with 47 additions and 99 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
#include <stack>
#include <vector>
#include <memory>
#include <glm/glm.hpp>
class ImageData;
@@ -58,7 +58,7 @@ public:
return glm::vec2(width, height);
}
static ImageData* takeScreenshot();
static std::unique_ptr<ImageData> takeScreenshot();
};
#endif /* WINDOW_WINDOW_H_ */