#ifndef GAMINGCORE_GLFW_HPP #define GAMINGCORE_GLFW_HPP #define GLFW_INCLUDE_VULKAN #include <GLFW/glfw3.h> namespace Core::Window { GLFWwindow* get(); } #endif