summaryrefslogtreecommitdiff
path: root/src/window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.hpp')
-rw-r--r--src/window.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/window.hpp b/src/window.hpp
index 83f7e68..0194a18 100644
--- a/src/window.hpp
+++ b/src/window.hpp
@@ -8,6 +8,7 @@
#include "imgui.h"
#include "memory.hpp"
#include "ecs.hpp"
+#include "window-types.hpp"
#include "glm/mat4x4.hpp"
#include <cstring>
@@ -46,11 +47,6 @@ extern VkRenderPass presentRenderPass;
extern VkRenderPass renderRenderPass;
extern VkSampleCountFlagBits renderSampleCount;
-struct PKEWindowProperties {
- unsigned int width = 1280;
- unsigned int height = 720;
-};
-
struct UniformBufferObject {
glm::mat4 model;
glm::mat4 view;