format: reformat project
Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#ifndef WINDOW_WINDOW_HPP_
|
||||
#define WINDOW_WINDOW_HPP_
|
||||
|
||||
#include "../typedefs.hpp"
|
||||
|
||||
#include <glm/glm.hpp>
|
||||
#include <memory>
|
||||
#include <stack>
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
#include "../typedefs.hpp"
|
||||
|
||||
class ImageData;
|
||||
struct DisplaySettings;
|
||||
@@ -64,4 +64,4 @@ public:
|
||||
static std::unique_ptr<ImageData> takeScreenshot();
|
||||
};
|
||||
|
||||
#endif // WINDOW_WINDOW_HPP_
|
||||
#endif // WINDOW_WINDOW_HPP_
|
||||
|
||||
Reference in New Issue
Block a user