#ifndef GAMINGCORE_GLFW_HPP #define GAMINGCORE_GLFW_HPP #define GLFW_INCLUDE_VULKAN #include namespace Core::Window { GLFWwindow* get(); } #endif