summaryrefslogtreecommitdiff
path: root/engine/xe_window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'engine/xe_window.hpp')
-rwxr-xr-xengine/xe_window.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/engine/xe_window.hpp b/engine/xe_window.hpp
index e449e34..83b7c98 100755
--- a/engine/xe_window.hpp
+++ b/engine/xe_window.hpp
@@ -2,9 +2,12 @@
#include <vulkan/vulkan_core.h>
#define GLFW_INCLUDE_VULKAN
-#include <GLFW/glfw3.h>
+#include <GLFW/glfw3.h>
+#include <GLFW/glfw3.h>
+#include <stdexcept>
#include <string>
+
namespace xe {
class Window {
@@ -33,6 +36,7 @@ class Window {
std::string windowName;
GLFWwindow *window;
+
};
} \ No newline at end of file