summaryrefslogtreecommitdiff
path: root/src/window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.hpp')
-rw-r--r--src/window.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.hpp b/src/window.hpp
index 91f9929..ab07a8b 100644
--- a/src/window.hpp
+++ b/src/window.hpp
@@ -21,6 +21,8 @@
const unsigned int MAX_FRAMES_IN_FLIGHT = 3;
extern GLFWwindow *window;
+extern GLFWmonitor *monitor;
+extern GLFWvidmode vidMode;
extern VkInstance vkInstance;
extern VkPhysicalDevice vkPhysicalDevice;
extern VkPhysicalDeviceProperties vkPhysicalDeviceProperties;