Add missing forward declarations

This commit is contained in:
Magnus Norddahl 2022-12-05 04:13:14 +01:00 committed by Christoph Oelckers
parent cc96742d18
commit 0a80ad3b83
1 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,9 @@
#include "vulkan/system/vk_renderdevice.h"
#endif
bool I_CreateVulkanSurface(VkInstance instance, VkSurfaceKHR *surface);
bool I_GetVulkanPlatformExtensions(unsigned int *count, const char **names);
extern bool ToggleFullscreen;
@implementation NSWindow(ExitAppOnClose)