diff options
Diffstat (limited to 'engine/xe_window.hpp')
-rwxr-xr-x | engine/xe_window.hpp | 6 |
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 |