summaryrefslogtreecommitdiff
path: root/engine/xe_window.hpp
diff options
context:
space:
mode:
authortylermurphy534 <tylermurphy534@gmail.com>2022-09-25 12:13:07 -0400
committertylermurphy534 <tylermurphy534@gmail.com>2022-09-25 12:13:07 -0400
commitffd2d8220d57587da9a73183f9aa1bdaff303f3f (patch)
tree32202311cfb74c2a2d522b7192480bed87b1cab8 /engine/xe_window.hpp
parentvertex data no longer hard coded (diff)
parentdelete unused folder (diff)
downloadminecraftvulkan-ffd2d8220d57587da9a73183f9aa1bdaff303f3f.tar.gz
minecraftvulkan-ffd2d8220d57587da9a73183f9aa1bdaff303f3f.tar.bz2
minecraftvulkan-ffd2d8220d57587da9a73183f9aa1bdaff303f3f.zip
merge in input
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