Include declarations from native access header

This commit is contained in:
Camilla Löwy
2024-02-20 13:21:21 +01:00
parent e28397bda0
commit 961e45bded
2 changed files with 12 additions and 0 deletions
+3
View File
@@ -324,6 +324,9 @@ typedef VkResult (APIENTRY * PFN_vkEnumerateInstanceExtensionProperties)(const c
#include "platform.h"
#define GLFW_NATIVE_INCLUDE_NONE
#include "../include/GLFW/glfw3native.h"
// Checks for whether the library has been initialized
#define _GLFW_REQUIRE_INIT() \
if (!_glfw.initialized) \