mirror of
https://gitea.windcorp.ru/Wind-Corporation/Progressia.git
synced 2025-04-22 00:50:45 +03:00
15 lines
220 B
C++
15 lines
220 B
C++
#pragma once
|
|
|
|
#include "glfw_mgmt.h"
|
|
|
|
#define GLFW_INCLUDE_VULKAN
|
|
#include <GLFW/glfw3.h>
|
|
|
|
namespace progressia {
|
|
namespace desktop {
|
|
|
|
GLFWwindow *getGLFWWindowHandle();
|
|
|
|
} // namespace desktop
|
|
} // namespace progressia
|