Initial commit

This commit is contained in:
2022-10-09 17:25:45 +03:00
commit da10f7c5cd
60 changed files with 6255 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#pragma once
#include "glfw_mgmt.h"
#define GLFW_INCLUDE_VULKAN
#include <GLFW/glfw3.h>
namespace progressia {
namespace desktop {
GLFWwindow *getGLFWWindowHandle();
} // namespace desktop
} // namespace progressia